#2954CC

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

Shades of Cerulean Blue #2954CC

Tints of Cerulean Blue #2954CC

Color information

#2954CC (or 0x2954CC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 54 and CC. RGB value is (41,84,204). Sum of RGB (Red+Green+Blue) = 41+84+204=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #2954CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954CC is #D6AB33. Grayscale: #545454. Windows color (decimal): -14068532 or 13390889. OLE color: 13390889.

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

Color convert

RGB4184204-
CMYK0.800.5900.2
HSL224.17º66.53%48.04%-
HSV(B)224.17º79.9%80%-
XYZ14.9811.1758.49-
YUV84.82195.2596.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=12.46%
G=25.53%
B=62.01%

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
Decimal41842040.800.5900.2224.1766.5348.04
Hex2954CC503B014e04330
Octal511243141207302434010360
Binary1010011010100110011001010000111011010100111000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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