#29404F

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

Shades of Nile Blue #29404F

Tints of Nile Blue #29404F

Color information

#29404F (or 0x29404F) is unknown color: approx Nile Blue. HEX triplet: 29, 40 and 4F. RGB value is (41,64,79). Sum of RGB (Red+Green+Blue) = 41+64+79=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #29404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29404F is #D6BFB0. Grayscale: #3A3A3A. Windows color (decimal): -14073777 or 5193769. OLE color: 5193769.

HSL color Cylindrical-coordinate representation of color #29404F: hue angle of 203.68º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #29404F is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416479-
CMYK0.480.1900.69
HSL203.68º31.67%23.53%-
HSV(B)203.68º48.1%30.98%-
XYZ4.164.78.09-
YUV58.83139.38115.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=22.28%
G=34.78%
B=42.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4164790.480.1900.69203.6831.6723.53
Hex29404F3013045cc2018
Octal51100117602301053144030
Binary1010011000000100111111000010011010001011100110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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