#29497C

Color #29497C Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #29497C

Tints of Fun Blue #29497C

Color information

#29497C (or 0x29497C) is unknown color: approx Fun Blue. HEX triplet: 29, 49 and 7C. RGB value is (41,73,124). Sum of RGB (Red+Green+Blue) = 41+73+124=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #29497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29497C is #D6B683. Grayscale: #454545. Windows color (decimal): -14071428 or 8145193. OLE color: 8145193.

HSL color Cylindrical-coordinate representation of color #29497C: hue angle of 216.87º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29497C is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4173124-
CMYK0.670.4100.51
HSL216.87º50.3%32.35%-
HSV(B)216.87º66.94%48.63%-
XYZ6.946.6919.99-
YUV69.25158.9107.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 124 (48.83% from 255) = 52.10%
R=17.23%
G=30.67%
B=52.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41731240.670.4100.51216.8750.332.35
Hex29497C4329033d93220
Octal51111174103510633316240
Binary101001100100111111001000011101001011001111011001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29497C; }

 p { color: rgb(41,73,124); }

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

<style>
 a { background-color: #29497C; }

 a { background-color: rgb(41,73,124); }

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

<style>
 span { border-color: #29497C; }

 span { border-color: rgb(41,73,124); }

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