#294EC0

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

Shades of Cerulean Blue #294EC0

Tints of Cerulean Blue #294EC0

Color information

#294EC0 (or 0x294EC0) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4E and C0. RGB value is (41,78,192). Sum of RGB (Red+Green+Blue) = 41+78+192=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #294EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EC0 is #D6B13F. Grayscale: #4F4F4F. Windows color (decimal): -14070080 or 12602921. OLE color: 12602921.

HSL color Cylindrical-coordinate representation of color #294EC0: hue angle of 225.3º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294EC0 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4178192-
CMYK0.790.5900.25
HSL225.3º64.81%45.69%-
HSV(B)225.3º78.65%75.29%-
XYZ13.159.7351.05-
YUV79.93191.24100.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 192 (75.39% from 255) = 61.74%
R=13.18%
G=25.08%
B=61.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41781920.790.5900.25225.364.8145.69
Hex294EC04F3B019e1412e
Octal511163001177303134110156
Binary1010011001110110000001001111111011011001111000011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,78,192); }

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

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

 a { background-color: rgb(41,78,192); }

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

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

 span { border-color: rgb(41,78,192); }

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