Html Css Color HEX #29404F Nile Blue

📋 copy color: '#29404F'

red 41 ◦ green 64 ◦ blue 79

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

Shades of Nile Blue #29404F

Tints of Nile Blue #29404F

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

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 41 64 79 -
CMYK 0.48 0.19 0 0.69
HSL 203.68º 0.32% 0.24% -
HSV(B) 203.68º 0.48% 0.31% -
XYZ 4.16 4.7 8.09 -
YUV 58.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 41 64 79 0.48 0.19 0 0.69 203.68 0.32 0.24
Hex 29 40 4F 30 13 0 45 CC 20 18
Octal 51 100 117 60 23 0 105 314 40 30
Binary 101001 1000000 1001111 110000 10011 0 1000101 11001100 100000 11000

Color Harmonies of #29404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29404F

Black with #29404F

Text Example


Text Example

White with #29404F

Text Example


Text Example

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