#2B57A6

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

Shades of Cerulean Blue #2B57A6

Tints of Cerulean Blue #2B57A6

Color information

#2B57A6 (or 0x2B57A6) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 57 and A6. RGB value is (43,87,166). Sum of RGB (Red+Green+Blue) = 43+87+166=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #2B57A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B57A6 is #D4A859. Grayscale: #525252. Windows color (decimal): -13936730 or 10901291. OLE color: 10901291.

HSL color Cylindrical-coordinate representation of color #2B57A6: hue angle of 218.54º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B57A6 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4387166-
CMYK0.740.4800.35
HSL218.54º58.85%40.98%-
HSV(B)218.54º74.1%65.1%-
XYZ11.2910.0837.43-
YUV82.85174.9299.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 166 (65.23% from 255) = 56.08%
R=14.53%
G=29.39%
B=56.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43871660.740.4800.35218.5458.8540.98
Hex2B57A64A30023db3b29
Octal53127246112600433337351
Binary1010111010111101001101001010110000010001111011011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B57A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,166); }

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

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

 a { background-color: rgb(43,87,166); }

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

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

 span { border-color: rgb(43,87,166); }

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