#2b4aa9

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

Shades of Cerulean Blue #2B4AA9

Tints of Cerulean Blue #2B4AA9

Color information

#2B4AA9 (or 0x2B4AA9) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4A and A9. RGB value is (43,74,169). Sum of RGB (Red+Green+Blue) = 43+74+169=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B4AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4AA9 is #D4B556. Grayscale: #4B4B4B. Windows color (decimal): -13940055 or 11094571. OLE color: 11094571.

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

Color convert

RGB4374169-
CMYK0.750.5600.34
HSL225.24º59.43%41.57%-
HSV(B)225.24º74.56%66.27%-
XYZ10.618.2838.57-
YUV75.56180.73104.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=15.03%
G=25.87%
B=59.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43741690.750.5600.34225.2459.4341.57
Hex2B4AA94B38022e13b2a
Octal53112251113700423417352
Binary1010111001010101010011001011111000010001011100001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b4aa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,74,169); }

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

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

 a { background-color: rgb(43,74,169); }

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

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

 span { border-color: rgb(43,74,169); }

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