#294ECC

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

Shades of Cerulean Blue #294ECC

Tints of Cerulean Blue #294ECC

Color information

#294ECC (or 0x294ECC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4E and CC. RGB value is (41,78,204). Sum of RGB (Red+Green+Blue) = 41+78+204=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #294ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294ECC is #D6B133. Grayscale: #505050. Windows color (decimal): -14070068 or 13389353. OLE color: 13389353.

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

Color convert

RGB4178204-
CMYK0.800.6200.2
HSL226.38º66.53%48.04%-
HSV(B)226.38º79.9%80%-
XYZ14.5410.2858.34-
YUV81.3197.2499.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 204 (80.08% from 255) = 63.16%
R=12.69%
G=24.15%
B=63.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41782040.800.6200.2226.3866.5348.04
Hex294ECC503E014e24330
Octal511163141207602434210360
Binary1010011001110110011001010000111110010100111000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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