#294AD4

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

Shades of Cerulean Blue #294AD4

Tints of Cerulean Blue #294AD4

Color information

#294AD4 (or 0x294AD4) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4A and D4. RGB value is (41,74,212). Sum of RGB (Red+Green+Blue) = 41+74+212=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #294AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294AD4 is #D6B52B. Grayscale: #4F4F4F. Windows color (decimal): -14071084 or 13912617. OLE color: 13912617.

HSL color Cylindrical-coordinate representation of color #294AD4: hue angle of 228.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294AD4 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4174212-
CMYK0.810.6500.17
HSL228.42º67.59%49.61%-
HSV(B)228.42º80.66%83.14%-
XYZ15.2510.1263.44-
YUV79.86202.57100.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 212 (83.20% from 255) = 64.83%
R=12.54%
G=22.63%
B=64.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal41742120.810.6500.17228.4267.5949.61
Hex294AD45141011e44432
Octal5111232412110102134410462
Binary10100110010101101010010100011000001010001111001001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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