#29465E

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

Shades of Arapawa #29465E

Tints of Arapawa #29465E

Color information

#29465E (or 0x29465E) is unknown color: approx Arapawa. HEX triplet: 29, 46 and 5E. RGB value is (41,70,94). Sum of RGB (Red+Green+Blue) = 41+70+94=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #29465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29465E is #D6B9A1. Grayscale: #3F3F3F. Windows color (decimal): -14072226 or 6178345. OLE color: 6178345.

HSL color Cylindrical-coordinate representation of color #29465E: hue angle of 207.17º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29465E is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB417094-
CMYK0.560.2600.63
HSL207.17º39.26%26.47%-
HSV(B)207.17º56.38%36.86%-
XYZ5.125.6611.41-
YUV64.06144.89111.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=20%
G=34.15%
B=45.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4170940.560.2600.63207.1739.2626.47
Hex29465E381A03Fcf271a
Octal5110613670320773174732
Binary101001100011010111101110001101001111111100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,70,94); }

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

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

 a { background-color: rgb(41,70,94); }

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

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

 span { border-color: rgb(41,70,94); }

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