#2959B1

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

Shades of Cerulean Blue #2959B1

Tints of Cerulean Blue #2959B1

Color information

#2959B1 (or 0x2959B1) is unknown color: approx Cerulean Blue. HEX triplet: 29, 59 and B1. RGB value is (41,89,177). Sum of RGB (Red+Green+Blue) = 41+89+177=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #2959B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2959B1 is #D6A64E. Grayscale: #545454. Windows color (decimal): -14067279 or 11622697. OLE color: 11622697.

HSL color Cylindrical-coordinate representation of color #2959B1: hue angle of 218.82º 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 #2959B1 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4189177-
CMYK0.770.5000.31
HSL218.82º62.39%42.75%-
HSV(B)218.82º76.84%69.41%-
XYZ12.4210.7943.02-
YUV84.68180.196.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 177 (69.53% from 255) = 57.65%
R=13.36%
G=28.99%
B=57.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41891770.770.5000.31218.8262.3942.75
Hex2959B14D3201Fdb3e2b
Octal51131261115620373337653
Binary101001101100110110001100110111001001111111011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2959B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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