#294AAE

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

Shades of Cerulean Blue #294AAE

Tints of Cerulean Blue #294AAE

Color information

#294AAE (or 0x294AAE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4A and AE. RGB value is (41,74,174). Sum of RGB (Red+Green+Blue) = 41+74+174=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #294AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AAE is #D6B551. Grayscale: #4B4B4B. Windows color (decimal): -14071122 or 11422249. OLE color: 11422249.

HSL color Cylindrical-coordinate representation of color #294AAE: hue angle of 225.11º 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 #294AAE is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4174174-
CMYK0.760.5700.32
HSL225.11º61.86%42.16%-
HSV(B)225.11º76.44%68.24%-
XYZ118.4241.09-
YUV75.53183.57103.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=14.19%
G=25.61%
B=60.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41741740.760.5700.32225.1161.8642.16
Hex294AAE4C39020e13e2a
Octal51112256114710403417652
Binary1010011001010101011101001100111001010000011100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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