#294DAB

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

Shades of Cerulean Blue #294DAB

Tints of Cerulean Blue #294DAB

Color information

#294DAB (or 0x294DAB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4D and AB. RGB value is (41,77,171). Sum of RGB (Red+Green+Blue) = 41+77+171=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #294DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DAB is #D6B254. Grayscale: #4C4C4C. Windows color (decimal): -14070357 or 11226409. OLE color: 11226409.

HSL color Cylindrical-coordinate representation of color #294DAB: hue angle of 223.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294DAB is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4177171-
CMYK0.760.5500.33
HSL223.38º61.32%41.57%-
HSV(B)223.38º76.02%67.06%-
XYZ10.928.7239.64-
YUV76.95181.07102.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=14.19%
G=26.64%
B=59.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41771710.760.5500.33223.3861.3241.57
Hex294DAB4C37021df3d2a
Octal51115253114670413377552
Binary1010011001101101010111001100110111010000111011111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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