#29457E

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

Shades of Fun Blue #29457E

Tints of Fun Blue #29457E

Color information

#29457E (or 0x29457E) is unknown color: approx Fun Blue. HEX triplet: 29, 45 and 7E. RGB value is (41,69,126). Sum of RGB (Red+Green+Blue) = 41+69+126=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #29457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29457E is #D6BA81. Grayscale: #424242. Windows color (decimal): -14072450 or 8275241. OLE color: 8275241.

HSL color Cylindrical-coordinate representation of color #29457E: hue angle of 220.24º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29457E is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4169126-
CMYK0.670.4500.51
HSL220.24º50.9%32.75%-
HSV(B)220.24º67.46%49.41%-
XYZ6.816.2320.58-
YUV67.13161.22109.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 126 (49.61% from 255) = 53.39%
R=17.37%
G=29.24%
B=53.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41691260.670.4500.51220.2450.932.75
Hex29457E432D033dc3321
Octal51105176103550633346341
Binary101001100010111111101000011101101011001111011100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29457E; }

 p { color: rgb(41,69,126); }

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

<style>
 a { background-color: #29457E; }

 a { background-color: rgb(41,69,126); }

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

<style>
 span { border-color: #29457E; }

 span { border-color: rgb(41,69,126); }

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