#29404D

Color #29404D Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #29404D

Tints of Nile Blue #29404D

Color information

#29404D (or 0x29404D) is unknown color: approx Nile Blue. HEX triplet: 29, 40 and 4D. RGB value is (41,64,77). Sum of RGB (Red+Green+Blue) = 41+64+77=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #29404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29404D is #D6BFB2. Grayscale: #3A3A3A. Windows color (decimal): -14073779 or 5062697. OLE color: 5062697.

HSL color Cylindrical-coordinate representation of color #29404D: hue angle of 201.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29404D is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB416477-
CMYK0.470.1700.70
HSL201.67º30.51%23.14%-
HSV(B)201.67º46.75%30.2%-
XYZ4.094.677.71-
YUV58.6138.38115.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=22.53%
G=35.16%
B=42.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4164770.470.1700.70201.6730.5123.14
Hex29404D2F11046ca1f17
Octal51100115572101063123727
Binary101001100000010011011011111000101000110110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29404D; }

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

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

<style>
 a { background-color: #29404D; }

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

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

<style>
 span { border-color: #29404D; }

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

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