#2B5BA9

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

Shades of Cerulean Blue #2B5BA9

Tints of Cerulean Blue #2B5BA9

Color information

#2B5BA9 (or 0x2B5BA9) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5B and A9. RGB value is (43,91,169). Sum of RGB (Red+Green+Blue) = 43+91+169=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B5BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5BA9 is #D4A456. Grayscale: #555555. Windows color (decimal): -13935703 or 11098923. OLE color: 11098923.

HSL color Cylindrical-coordinate representation of color #2B5BA9: hue angle of 217.14º 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 #2B5BA9 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4391169-
CMYK0.750.4600.34
HSL217.14º59.43%41.57%-
HSV(B)217.14º74.56%66.27%-
XYZ11.910.8639.01-
YUV85.54175.197.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.19%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=14.19%
G=30.03%
B=55.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43911690.750.4600.34217.1459.4341.57
Hex2B5BA94B2E022d93b2a
Octal53133251113560423317352
Binary1010111011011101010011001011101110010001011011001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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