#29475B

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

Shades of Arapawa #29475B

Tints of Arapawa #29475B

Color information

#29475B (or 0x29475B) is unknown color: approx Arapawa. HEX triplet: 29, 47 and 5B. RGB value is (41,71,91). Sum of RGB (Red+Green+Blue) = 41+71+91=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #29475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29475B is #D6B8A4. Grayscale: #404040. Windows color (decimal): -14071973 or 5981993. OLE color: 5981993.

HSL color Cylindrical-coordinate representation of color #29475B: hue angle of 204º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29475B is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB417191-
CMYK0.550.2200.64
HSL204º37.88%25.88%-
HSV(B)204º54.95%35.69%-
XYZ5.065.7310.74-
YUV64.31143.06111.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=20.20%
G=34.98%
B=44.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4171910.550.2200.6420437.8825.88
Hex29475B3716040cc261a
Octal51107133672601003144632
Binary1010011000111101101111011110110010000001100110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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