#2B5DAB

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

Shades of Cerulean Blue #2B5DAB

Tints of Cerulean Blue #2B5DAB

Color information

#2B5DAB (or 0x2B5DAB) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5D and AB. RGB value is (43,93,171). Sum of RGB (Red+Green+Blue) = 43+93+171=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B5DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5DAB is #D4A254. Grayscale: #565656. Windows color (decimal): -13935189 or 11230507. OLE color: 11230507.

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

Color convert

RGB4393171-
CMYK0.750.4600.33
HSL216.56º59.81%41.96%-
HSV(B)216.56º74.85%67.06%-
XYZ12.2611.2840.06-
YUV86.94175.4496.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.01%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=14.01%
G=30.29%
B=55.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43931710.750.4600.33216.5659.8141.96
Hex2B5DAB4B2E021d93c2a
Octal53135253113560413317452
Binary1010111011101101010111001011101110010000111011001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,93,171); }

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

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

 a { background-color: rgb(43,93,171); }

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

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

 span { border-color: rgb(43,93,171); }

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