#2956c6

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

Shades of Cerulean Blue #2956C6

Tints of Cerulean Blue #2956C6

Color information

#2956C6 (or 0x2956C6) is unknown color: approx Cerulean Blue. HEX triplet: 29, 56 and C6. RGB value is (41,86,198). Sum of RGB (Red+Green+Blue) = 41+86+198=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #2956C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956C6 is #D6A939. Grayscale: #545454. Windows color (decimal): -14068026 or 12998185. OLE color: 12998185.

HSL color Cylindrical-coordinate representation of color #2956C6: hue angle of 222.8º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2956C6 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4186198-
CMYK0.790.5700.22
HSL222.8º65.69%46.86%-
HSV(B)222.8º79.29%77.65%-
XYZ14.4411.254.83-
YUV85.31191.5996.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 198 (77.73% from 255) = 60.92%
R=12.62%
G=26.46%
B=60.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41861980.790.5700.22222.865.6946.86
Hex2956C64F39016df422f
Octal511263061177102633710257
Binary1010011010110110001101001111111001010110110111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2956c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2956c6; }

 p { color: rgb(41,86,198); }

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

<style>
 a { background-color: #2956c6; }

 a { background-color: rgb(41,86,198); }

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

<style>
 span { border-color: #2956c6; }

 span { border-color: rgb(41,86,198); }

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