#2959B0

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

Shades of Cerulean Blue #2959B0

Tints of Cerulean Blue #2959B0

Color information

#2959B0 (or 0x2959B0) is unknown color: approx Cerulean Blue. HEX triplet: 29, 59 and B0. RGB value is (41,89,176). Sum of RGB (Red+Green+Blue) = 41+89+176=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #2959B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2959B0 is #D6A64F. Grayscale: #545454. Windows color (decimal): -14067280 or 11557161. OLE color: 11557161.

HSL color Cylindrical-coordinate representation of color #2959B0: hue angle of 218.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2959B0 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4189176-
CMYK0.770.4900.31
HSL218.67º62.21%42.55%-
HSV(B)218.67º76.7%69.02%-
XYZ12.3210.7542.5-
YUV84.57179.696.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.40%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 176 (69.14% from 255) = 57.52%
R=13.40%
G=29.08%
B=57.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41891760.770.4900.31218.6762.2142.55
Hex2959B04D3101Fdb3e2b
Octal51131260115610373337653
Binary101001101100110110000100110111000101111111011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2959B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2959B0; }

 p { color: rgb(41,89,176); }

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

<style>
 a { background-color: #2959B0; }

 a { background-color: rgb(41,89,176); }

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

<style>
 span { border-color: #2959B0; }

 span { border-color: rgb(41,89,176); }

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