#2953CC

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

Shades of Cerulean Blue #2953CC

Tints of Cerulean Blue #2953CC

Color information

#2953CC (or 0x2953CC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 53 and CC. RGB value is (41,83,204). Sum of RGB (Red+Green+Blue) = 41+83+204=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #2953CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953CC is #D6AC33. Grayscale: #535353. Windows color (decimal): -14068788 or 13390633. OLE color: 13390633.

HSL color Cylindrical-coordinate representation of color #2953CC: hue angle of 224.54º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2953CC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4183204-
CMYK0.800.5900.2
HSL224.54º66.53%48.04%-
HSV(B)224.54º79.9%80%-
XYZ14.9111.0258.47-
YUV84.24195.5997.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.5%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 204 (80.08% from 255) = 62.20%
R=12.5%
G=25.30%
B=62.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41832040.800.5900.2224.5466.5348.04
Hex2953CC503B014e14330
Octal511233141207302434110360
Binary1010011010011110011001010000111011010100111000011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2953CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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