#29475C

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

Shades of Arapawa #29475C

Tints of Arapawa #29475C

Color information

#29475C (or 0x29475C) is unknown color: approx Arapawa. HEX triplet: 29, 47 and 5C. RGB value is (41,71,92). Sum of RGB (Red+Green+Blue) = 41+71+92=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #29475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29475C is #D6B8A3. Grayscale: #404040. Windows color (decimal): -14071972 or 6047529. OLE color: 6047529.

HSL color Cylindrical-coordinate representation of color #29475C: hue angle of 204.71º 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 #29475C is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB417192-
CMYK0.550.2300.64
HSL204.71º38.35%26.08%-
HSV(B)204.71º55.43%36.08%-
XYZ5.15.7510.97-
YUV64.42143.56111.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=20.10%
G=34.80%
B=45.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4171920.550.2300.64204.7138.3526.08
Hex29475C3717040cd261a
Octal51107134672701003154632
Binary1010011000111101110011011110111010000001100110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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