Html Css Color HEX #29404D Nile Blue

📋 copy color: '#29404D'

red 41 ◦ green 64 ◦ blue 77

#29404D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #29404D

Tints of Nile Blue #29404D

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 value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29404D (or 0x29404D) is known color: 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

RGB 41 64 77 -
CMYK 0.47 0.17 0 0.70
HSL 201.67º 0.31% 0.23% -
HSV(B) 201.67º 0.47% 0.3% -
XYZ 4.09 4.67 7.71 -
YUV 58.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 41 64 77 0.47 0.17 0 0.70 201.67 0.31 0.23
Hex 29 40 4D 2F 11 0 46 CA 1F 17
Octal 51 100 115 57 21 0 106 312 37 27
Binary 101001 1000000 1001101 101111 10001 0 1000110 11001010 11111 10111

Color Harmonies of #29404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29404D

Black with #29404D

Text Example


Text Example

White with #29404D

Text Example


Text Example

HTML Codes & Css Web 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>