#29404E

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

Shades of Nile Blue #29404E

Tints of Nile Blue #29404E

Color information

#29404E (or 0x29404E) is unknown color: approx Nile Blue. HEX triplet: 29, 40 and 4E. RGB value is (41,64,78). Sum of RGB (Red+Green+Blue) = 41+64+78=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #29404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29404E is #D6BFB1. Grayscale: #3A3A3A. Windows color (decimal): -14073778 or 5128233. OLE color: 5128233.

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

Color convert

RGB416478-
CMYK0.470.1800.69
HSL202.7º31.09%23.33%-
HSV(B)202.7º47.44%30.59%-
XYZ4.124.697.9-
YUV58.72138.88115.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=22.40%
G=34.97%
B=42.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4164780.470.1800.69202.731.0923.33
Hex29404E2F12045cb1f17
Octal51100116572201053133727
Binary101001100000010011101011111001001000101110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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