#29447F

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

Shades of Fun Blue #29447F

Tints of Fun Blue #29447F

Color information

#29447F (or 0x29447F) is unknown color: approx Fun Blue. HEX triplet: 29, 44 and 7F. RGB value is (41,68,127). Sum of RGB (Red+Green+Blue) = 41+68+127=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #29447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29447F is #D6BB80. Grayscale: #424242. Windows color (decimal): -14072705 or 8340521. OLE color: 8340521.

HSL color Cylindrical-coordinate representation of color #29447F: hue angle of 221.16º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29447F is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4168127-
CMYK0.680.4600.50
HSL221.16º51.19%32.94%-
HSV(B)221.16º67.72%49.8%-
XYZ6.816.1420.9-
YUV66.65162.05109.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 127 (50% from 255) = 53.81%
R=17.37%
G=28.81%
B=53.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41681270.680.4600.50221.1651.1932.94
Hex29447F442E032dd3321
Octal51104177104560623356341
Binary101001100010011111111000100101110011001011011101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29447F; }

 p { color: rgb(41,68,127); }

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

<style>
 a { background-color: #29447F; }

 a { background-color: rgb(41,68,127); }

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

<style>
 span { border-color: #29447F; }

 span { border-color: rgb(41,68,127); }

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