#2944CE

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

Shades of Cerulean Blue #2944CE

Tints of Cerulean Blue #2944CE

Color information

#2944CE (or 0x2944CE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 44 and CE. RGB value is (41,68,206). Sum of RGB (Red+Green+Blue) = 41+68+206=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #2944CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944CE is #D6BB31. Grayscale: #4B4B4B. Windows color (decimal): -14072626 or 13517865. OLE color: 13517865.

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

Color convert

RGB4168206-
CMYK0.800.6700.19
HSL230.18º66.8%48.43%-
HSV(B)230.18º80.1%80.78%-
XYZ14.129.0659.4-
YUV75.66201.55103.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 206 (80.86% from 255) = 65.40%
R=13.02%
G=21.59%
B=65.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41682060.800.6700.19230.1866.848.43
Hex2944CE5043013e64330
Octal5110431612010302334610360
Binary10100110001001100111010100001000011010011111001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2944CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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