#2956C9

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

Shades of Cerulean Blue #2956C9

Tints of Cerulean Blue #2956C9

Color information

#2956C9 (or 0x2956C9) is unknown color: approx Cerulean Blue. HEX triplet: 29, 56 and C9. RGB value is (41,86,201). Sum of RGB (Red+Green+Blue) = 41+86+201=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #2956C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956C9 is #D6A936. Grayscale: #555555. Windows color (decimal): -14068023 or 13194793. OLE color: 13194793.

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

Color convert

RGB4186201-
CMYK0.800.5700.21
HSL223.12º66.12%47.45%-
HSV(B)223.12º79.6%78.82%-
XYZ14.7811.3456.67-
YUV85.66193.0996.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.5%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 201 (78.91% from 255) = 61.28%
R=12.5%
G=26.22%
B=61.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41862010.800.5700.21223.1266.1247.45
Hex2956C95039015df422f
Octal511263111207102533710257
Binary1010011010110110010011010000111001010101110111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2956C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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