#294EA5

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

Shades of Cerulean Blue #294EA5

Tints of Cerulean Blue #294EA5

Color information

#294EA5 (or 0x294EA5) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4E and A5. RGB value is (41,78,165). Sum of RGB (Red+Green+Blue) = 41+78+165=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #294EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294EA5 is #D6B15A. Grayscale: #4C4C4C. Windows color (decimal): -14070107 or 10833449. OLE color: 10833449.

HSL color Cylindrical-coordinate representation of color #294EA5: hue angle of 222.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294EA5 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4178165-
CMYK0.750.5300.35
HSL222.1º60.19%40.39%-
HSV(B)222.1º75.15%64.71%-
XYZ10.438.6436.71-
YUV76.85177.74102.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 165 (64.84% from 255) = 58.10%
R=14.44%
G=27.46%
B=58.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41781650.750.5300.35222.160.1940.39
Hex294EA54B35023de3c28
Octal51116245113650433367450
Binary1010011001110101001011001011110101010001111011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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