#2959D2

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

Shades of Cerulean Blue #2959D2

Tints of Cerulean Blue #2959D2

Color information

#2959D2 (or 0x2959D2) is unknown color: approx Cerulean Blue. HEX triplet: 29, 59 and D2. RGB value is (41,89,210). Sum of RGB (Red+Green+Blue) = 41+89+210=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #2959D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959D2 is #D6A62D. Grayscale: #575757. Windows color (decimal): -14067246 or 13785385. OLE color: 13785385.

HSL color Cylindrical-coordinate representation of color #2959D2: hue angle of 222.96º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2959D2 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4189210-
CMYK0.800.5800.18
HSL222.96º67.33%49.22%-
HSV(B)222.96º80.48%82.35%-
XYZ16.1212.2762.49-
YUV88.44196.694.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 210 (82.42% from 255) = 61.76%
R=12.06%
G=26.18%
B=61.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41892100.800.5800.18222.9667.3349.22
Hex2959D2503A012df4331
Octal511313221207202233710361
Binary1010011011001110100101010000111010010010110111111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2959D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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