#2944CC

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

Shades of Cerulean Blue #2944CC

Tints of Cerulean Blue #2944CC

Color information

#2944CC (or 0x2944CC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 44 and CC. RGB value is (41,68,204). Sum of RGB (Red+Green+Blue) = 41+68+204=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #2944CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944CC is #D6BB33. Grayscale: #4A4A4A. Windows color (decimal): -14072628 or 13386793. OLE color: 13386793.

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

Color convert

RGB4168204-
CMYK0.800.6700.2
HSL230.06º66.53%48.04%-
HSV(B)230.06º79.9%80%-
XYZ13.888.9758.13-
YUV75.43200.55103.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 204 (80.08% from 255) = 65.18%
R=13.10%
G=21.73%
B=65.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41682040.800.6700.2230.0666.5348.04
Hex2944CC5043014e64330
Octal5110431412010302434610360
Binary10100110001001100110010100001000011010100111001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2944CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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