#2A4CAB

Color #2A4CAB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2A4CAB

Tints of Cerulean Blue #2A4CAB

Color information

#2A4CAB (or 0x2A4CAB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4C and AB. RGB value is (42,76,171). Sum of RGB (Red+Green+Blue) = 42+76+171=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A4CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4CAB is #D5B354. Grayscale: #4C4C4C. Windows color (decimal): -14005077 or 11226154. OLE color: 11226154.

HSL color Cylindrical-coordinate representation of color #2A4CAB: hue angle of 224.19º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A4CAB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4276171-
CMYK0.750.5600.33
HSL224.19º60.56%41.76%-
HSV(B)224.19º75.44%67.06%-
XYZ10.898.639.61-
YUV76.66181.24103.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=14.53%
G=26.30%
B=59.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42761710.750.5600.33224.1960.5641.76
Hex2A4CAB4B38021e03d2a
Octal52114253113700413407552
Binary1010101001100101010111001011111000010000111100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4CAB; }

 p { color: rgb(42,76,171); }

 H1.HeaderClassName
 {
   color: #2A4CAB;
 }
 .AnyTagClassName
 {
   color: #2A4CAB;
 }
</style>
background-color css

<style>
 a { background-color: #2A4CAB; }

 a { background-color: rgb(42,76,171); }

 div.DivClassName
 {
   background-color: #2A4CAB;
 }
 .BgClassName
 {
   background-color: #2A4CAB;
 }
</style>
border-color css

<style>
 span { border-color: #2A4CAB; }

 span { border-color: rgb(42,76,171); }

 td.TdClassName
 {
   border-color: #2A4CAB;
 }
 .TagClassName
 {
   border-color: #2A4CAB;
 }
</style>