#2944CA

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

Shades of Cerulean Blue #2944CA

Tints of Cerulean Blue #2944CA

Color information

#2944CA (or 0x2944CA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 44 and CA. RGB value is (41,68,202). Sum of RGB (Red+Green+Blue) = 41+68+202=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #2944CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944CA is #D6BB35. Grayscale: #4A4A4A. Windows color (decimal): -14072630 or 13255721. OLE color: 13255721.

HSL color Cylindrical-coordinate representation of color #2944CA: hue angle of 229.94º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2944CA is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4168202-
CMYK0.800.6600.21
HSL229.94º66.26%47.65%-
HSV(B)229.94º79.7%79.22%-
XYZ13.648.8756.87-
YUV75.2199.55103.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 202 (79.30% from 255) = 64.95%
R=13.18%
G=21.86%
B=64.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41682020.800.6600.21229.9466.2647.65
Hex2944CA5042015e64230
Octal5110431212010202534610260
Binary10100110001001100101010100001000010010101111001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2944CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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