#2B57AB

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

Shades of Cerulean Blue #2B57AB

Tints of Cerulean Blue #2B57AB

Color information

#2B57AB (or 0x2B57AB) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 57 and AB. RGB value is (43,87,171). Sum of RGB (Red+Green+Blue) = 43+87+171=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B57AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B57AB is #D4A854. Grayscale: #535353. Windows color (decimal): -13936725 or 11228971. OLE color: 11228971.

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

Color convert

RGB4387171-
CMYK0.750.4900.33
HSL219.38º59.81%41.96%-
HSV(B)219.38º74.85%67.06%-
XYZ11.7610.2739.89-
YUV83.42177.4299.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.29%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=14.29%
G=28.90%
B=56.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43871710.750.4900.33219.3859.8141.96
Hex2B57AB4B31021db3c2a
Octal53127253113610413337452
Binary1010111010111101010111001011110001010000111011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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