Html Css Color HEX #29414E Nile Blue

📋 copy color: '#29414E'

red 41 ◦ green 65 ◦ blue 78

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

Shades of Nile Blue #29414E

Tints of Nile Blue #29414E

RGB

 RED value IS 41 (16.41% from 255) = 22.28%

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 78 (30.86% from 255) = 42.39%

R = 22.28%
G = 35.33%
B = 42.39%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29414E (or 0x29414E) is known color: Nile Blue. HEX triplet: 29, 41 and 4E. RGB value is (41,65,78). Sum of RGB (Red+Green+Blue) = 41+65+78=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #29414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29414E is #D6BEB1. Grayscale: #3B3B3B. Windows color (decimal): -14073522 or 5128489. OLE color: 5128489.

HSL color Cylindrical-coordinate representation of color #29414E: hue angle of 201.08º 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 #29414E is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 65 78 -
CMYK 0.47 0.17 0 0.69
HSL 201.08º 0.31% 0.23% -
HSV(B) 201.08º 0.47% 0.31% -
XYZ 4.18 4.8 7.91 -
YUV 59.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 41 65 78 0.47 0.17 0 0.69 201.08 0.31 0.23
Hex 29 41 4E 2F 11 0 45 C9 1F 17
Octal 51 101 116 57 21 0 105 311 37 27
Binary 101001 1000001 1001110 101111 10001 0 1000101 11001001 11111 10111

Color Harmonies of #29414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29414E

Black with #29414E

Text Example


Text Example

White with #29414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29414E;
 }
 .AnyTagClassName
 {
   color: #29414E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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