#29424F

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

Shades of Nile Blue #29424F

Tints of Nile Blue #29424F

Color information

#29424F (or 0x29424F) is unknown color: approx Nile Blue. HEX triplet: 29, 42 and 4F. RGB value is (41,66,79). Sum of RGB (Red+Green+Blue) = 41+66+79=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #29424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29424F is #D6BDB0. Grayscale: #3B3B3B. Windows color (decimal): -14073265 or 5194281. OLE color: 5194281.

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

Color convert

RGB416679-
CMYK0.480.1600.69
HSL200.53º31.67%23.53%-
HSV(B)200.53º48.1%30.98%-
XYZ4.274.938.12-
YUV60.01138.72114.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=22.04%
G=35.48%
B=42.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4166790.480.1600.69200.5331.6723.53
Hex29424F3010045c92018
Octal51102117602001053114030
Binary1010011000010100111111000010000010001011100100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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