#2B5EAC

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

Shades of Cerulean Blue #2B5EAC

Tints of Cerulean Blue #2B5EAC

Color information

#2B5EAC (or 0x2B5EAC) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5E and AC. RGB value is (43,94,172). Sum of RGB (Red+Green+Blue) = 43+94+172=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5EAC is #D4A153. Grayscale: #575757. Windows color (decimal): -13934932 or 11296299. OLE color: 11296299.

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

Color convert

RGB4394172-
CMYK0.750.4500.33
HSL216.28º60%42.16%-
HSV(B)216.28º75%67.45%-
XYZ12.4511.540.59-
YUV87.64175.696.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.92%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 172 (67.58% from 255) = 55.66%
R=13.92%
G=30.42%
B=55.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43941720.750.4500.33216.286042.16
Hex2B5EAC4B2D021d83c2a
Octal53136254113550413307452
Binary1010111011110101011001001011101101010000111011000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,94,172); }

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

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

 a { background-color: rgb(43,94,172); }

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

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

 span { border-color: rgb(43,94,172); }

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