#294CD2

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

Shades of Cerulean Blue #294CD2

Tints of Cerulean Blue #294CD2

Color information

#294CD2 (or 0x294CD2) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4C and D2. RGB value is (41,76,210). Sum of RGB (Red+Green+Blue) = 41+76+210=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 210 (82.42% from 255 or 64.22% from 327); Max value from RGB is 210 - color contains mainly: blue. Hex color #294CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CD2 is #D6B32D. Grayscale: #505050. Windows color (decimal): -14070574 or 13782057. OLE color: 13782057.

HSL color Cylindrical-coordinate representation of color #294CD2: hue angle of 227.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294CD2 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4176210-
CMYK0.800.6400.18
HSL227.57º67.33%49.22%-
HSV(B)227.57º80.48%82.35%-
XYZ15.1310.2962.16-
YUV80.81200.999.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 210 (82.42% from 255) = 64.22%
R=12.54%
G=23.24%
B=64.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41762100.800.6400.18227.5767.3349.22
Hex294CD25040012e44331
Octal5111432212010002234410361
Binary10100110011001101001010100001000000010010111001001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294CD2; }

 p { color: rgb(41,76,210); }

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

<style>
 a { background-color: #294CD2; }

 a { background-color: rgb(41,76,210); }

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

<style>
 span { border-color: #294CD2; }

 span { border-color: rgb(41,76,210); }

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