#294EA3

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

Shades of Cerulean Blue #294EA3

Tints of Cerulean Blue #294EA3

Color information

#294EA3 (or 0x294EA3) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4E and A3. RGB value is (41,78,163). Sum of RGB (Red+Green+Blue) = 41+78+163=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #294EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294EA3 is #D6B15C. Grayscale: #4C4C4C. Windows color (decimal): -14070109 or 10702377. OLE color: 10702377.

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

Color convert

RGB4178163-
CMYK0.750.5200.36
HSL221.8º59.8%40%-
HSV(B)221.8º74.85%63.92%-
XYZ10.258.5635.76-
YUV76.63176.74102.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 163 (64.06% from 255) = 57.80%
R=14.54%
G=27.66%
B=57.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41781630.750.5200.36221.859.840
Hex294EA34B34024de3c28
Octal51116243113640443367450
Binary1010011001110101000111001011110100010010011011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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