#2955CC

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

Shades of Cerulean Blue #2955CC

Tints of Cerulean Blue #2955CC

Color information

#2955CC (or 0x2955CC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 55 and CC. RGB value is (41,85,204). Sum of RGB (Red+Green+Blue) = 41+85+204=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #2955CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955CC is #D6AA33. Grayscale: #545454. Windows color (decimal): -14068276 or 13391145. OLE color: 13391145.

HSL color Cylindrical-coordinate representation of color #2955CC: hue angle of 223.8º 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 #2955CC is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4185204-
CMYK0.800.5800.2
HSL223.8º66.53%48.04%-
HSV(B)223.8º79.9%80%-
XYZ15.0611.3358.52-
YUV85.41194.9296.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=12.42%
G=25.76%
B=61.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41852040.800.5800.2223.866.5348.04
Hex2955CC503A014e04330
Octal511253141207202434010360
Binary1010011010101110011001010000111010010100111000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2955CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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