#294DAE

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

Shades of Cerulean Blue #294DAE

Tints of Cerulean Blue #294DAE

Color information

#294DAE (or 0x294DAE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4D and AE. RGB value is (41,77,174). Sum of RGB (Red+Green+Blue) = 41+77+174=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #294DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DAE is #D6B251. Grayscale: #4C4C4C. Windows color (decimal): -14070354 or 11423017. OLE color: 11423017.

HSL color Cylindrical-coordinate representation of color #294DAE: hue angle of 223.76º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294DAE is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4177174-
CMYK0.760.5600.32
HSL223.76º61.86%42.16%-
HSV(B)223.76º76.44%68.24%-
XYZ11.218.8441.16-
YUV77.29182.57102.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=14.04%
G=26.37%
B=59.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41771740.760.5600.32223.7661.8642.16
Hex294DAE4C38020e03e2a
Octal51115256114700403407652
Binary1010011001101101011101001100111000010000011100000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,77,174); }

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

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

 a { background-color: rgb(41,77,174); }

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

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

 span { border-color: rgb(41,77,174); }

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