#2B5CAA

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

Shades of Cerulean Blue #2B5CAA

Tints of Cerulean Blue #2B5CAA

Color information

#2B5CAA (or 0x2B5CAA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5C and AA. RGB value is (43,92,170). Sum of RGB (Red+Green+Blue) = 43+92+170=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B5CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5CAA is #D4A355. Grayscale: #555555. Windows color (decimal): -13935446 or 11164715. OLE color: 11164715.

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

Color convert

RGB4392170-
CMYK0.750.4600.33
HSL216.85º59.62%41.76%-
HSV(B)216.85º74.71%66.67%-
XYZ12.0811.0739.53-
YUV86.24175.2797.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=14.10%
G=30.16%
B=55.74%

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
Decimal43921700.750.4600.33216.8559.6241.76
Hex2B5CAA4B2E021d93c2a
Octal53134252113560413317452
Binary1010111011100101010101001011101110010000111011001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,92,170); }

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

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

 a { background-color: rgb(43,92,170); }

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

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

 span { border-color: rgb(43,92,170); }

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