#29475A

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

Shades of Arapawa #29475A

Tints of Arapawa #29475A

Color information

#29475A (or 0x29475A) is unknown color: approx Arapawa. HEX triplet: 29, 47 and 5A. RGB value is (41,71,90). Sum of RGB (Red+Green+Blue) = 41+71+90=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #29475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29475A is #D6B8A5. Grayscale: #404040. Windows color (decimal): -14071974 or 5916457. OLE color: 5916457.

HSL color Cylindrical-coordinate representation of color #29475A: hue angle of 203.27º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29475A is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB417190-
CMYK0.540.2100.65
HSL203.27º37.4%25.69%-
HSV(B)203.27º54.44%35.29%-
XYZ5.015.7210.51-
YUV64.2142.56111.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=20.30%
G=35.15%
B=44.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4171900.540.2100.65203.2737.425.69
Hex29475A3615041cb251a
Octal51107132662501013134532
Binary1010011000111101101011011010101010000011100101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29475A; }

 p { color: rgb(41,71,90); }

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

<style>
 a { background-color: #29475A; }

 a { background-color: rgb(41,71,90); }

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

<style>
 span { border-color: #29475A; }

 span { border-color: rgb(41,71,90); }

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