#29424E

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

Shades of Nile Blue #29424E

Tints of Nile Blue #29424E

Color information

#29424E (or 0x29424E) is unknown color: approx Nile Blue. HEX triplet: 29, 42 and 4E. RGB value is (41,66,78). Sum of RGB (Red+Green+Blue) = 41+66+78=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #29424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29424E is #D6BDB1. Grayscale: #3B3B3B. Windows color (decimal): -14073266 or 5128745. OLE color: 5128745.

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

Color convert

RGB416678-
CMYK0.470.1500.69
HSL199.46º31.09%23.33%-
HSV(B)199.46º47.44%30.59%-
XYZ4.244.927.93-
YUV59.89138.22114.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=22.16%
G=35.68%
B=42.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4166780.470.1500.69199.4631.0923.33
Hex29424E2FF045c71f17
Octal51102116571701053073727
Binary10100110000101001110101111111101000101110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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