#2953C9

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

Shades of Cerulean Blue #2953C9

Tints of Cerulean Blue #2953C9

Color information

#2953C9 (or 0x2953C9) is unknown color: approx Cerulean Blue. HEX triplet: 29, 53 and C9. RGB value is (41,83,201). Sum of RGB (Red+Green+Blue) = 41+83+201=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 201 (78.91% from 255 or 61.85% from 325); Max value from RGB is 201 - color contains mainly: blue. Hex color #2953C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953C9 is #D6AC36. Grayscale: #535353. Windows color (decimal): -14068791 or 13194025. OLE color: 13194025.

HSL color Cylindrical-coordinate representation of color #2953C9: hue angle of 224.25º 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 #2953C9 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4183201-
CMYK0.800.5900.21
HSL224.25º66.12%47.45%-
HSV(B)224.25º79.6%78.82%-
XYZ14.5510.8756.59-
YUV83.89194.0997.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 201 (78.91% from 255) = 61.85%
R=12.62%
G=25.54%
B=61.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41832010.800.5900.21224.2566.1247.45
Hex2953C9503B015e0422f
Octal511233111207302534010257
Binary1010011010011110010011010000111011010101111000001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2953C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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