#29485B

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

Shades of Arapawa #29485B

Tints of Arapawa #29485B

Color information

#29485B (or 0x29485B) is unknown color: approx Arapawa. HEX triplet: 29, 48 and 5B. RGB value is (41,72,91). Sum of RGB (Red+Green+Blue) = 41+72+91=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #29485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29485B is #D6B7A4. Grayscale: #404040. Windows color (decimal): -14071717 or 5982249. OLE color: 5982249.

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

Color convert

RGB417291-
CMYK0.550.2100.64
HSL202.8º37.88%25.88%-
HSV(B)202.8º54.95%35.69%-
XYZ5.125.8610.76-
YUV64.9142.73110.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=20.10%
G=35.29%
B=44.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4172910.550.2100.64202.837.8825.88
Hex29485B3715040cb261a
Octal51110133672501003134632
Binary1010011001000101101111011110101010000001100101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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