#2B5BAA

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

Shades of Cerulean Blue #2B5BAA

Tints of Cerulean Blue #2B5BAA

Color information

#2B5BAA (or 0x2B5BAA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5B and AA. RGB value is (43,91,170). Sum of RGB (Red+Green+Blue) = 43+91+170=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B5BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5BAA is #D4A455. Grayscale: #555555. Windows color (decimal): -13935702 or 11164459. OLE color: 11164459.

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

Color convert

RGB4391170-
CMYK0.750.4600.33
HSL217.32º59.62%41.76%-
HSV(B)217.32º74.71%66.67%-
XYZ11.9910.939.5-
YUV85.65175.697.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=14.14%
G=29.93%
B=55.92%

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
Decimal43911700.750.4600.33217.3259.6241.76
Hex2B5BAA4B2E021d93c2a
Octal53133252113560413317452
Binary1010111011011101010101001011101110010000111011001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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