#2B5EAF

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

Shades of Cerulean Blue #2B5EAF

Tints of Cerulean Blue #2B5EAF

Color information

#2B5EAF (or 0x2B5EAF) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5E and AF. RGB value is (43,94,175). Sum of RGB (Red+Green+Blue) = 43+94+175=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B5EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5EAF is #D4A150. Grayscale: #575757. Windows color (decimal): -13934929 or 11492907. OLE color: 11492907.

HSL color Cylindrical-coordinate representation of color #2B5EAF: hue angle of 216.82º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5EAF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4394175-
CMYK0.750.4600.31
HSL216.82º60.55%42.75%-
HSV(B)216.82º75.43%68.63%-
XYZ12.7411.6142.13-
YUV87.98177.195.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 175 (68.75% from 255) = 56.09%
R=13.78%
G=30.13%
B=56.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43941750.750.4600.31216.8260.5542.75
Hex2B5EAF4B2E01Fd93d2b
Octal53136257113560373317553
Binary101011101111010101111100101110111001111111011001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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