#2957AB

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

Shades of Cerulean Blue #2957AB

Tints of Cerulean Blue #2957AB

Color information

#2957AB (or 0x2957AB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 57 and AB. RGB value is (41,87,171). Sum of RGB (Red+Green+Blue) = 41+87+171=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #2957AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2957AB is #D6A854. Grayscale: #525252. Windows color (decimal): -14067797 or 11228969. OLE color: 11228969.

HSL color Cylindrical-coordinate representation of color #2957AB: hue angle of 218.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2957AB is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4187171-
CMYK0.760.4900.33
HSL218.77º61.32%41.57%-
HSV(B)218.77º76.02%67.06%-
XYZ11.6710.2339.89-
YUV82.82177.7698.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=13.71%
G=29.10%
B=57.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41871710.760.4900.33218.7761.3241.57
Hex2957AB4C31021db3d2a
Octal51127253114610413337552
Binary1010011010111101010111001100110001010000111011011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2957AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2957AB; }

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

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

<style>
 a { background-color: #2957AB; }

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

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

<style>
 span { border-color: #2957AB; }

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

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