#29485A

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

Shades of Arapawa #29485A

Tints of Arapawa #29485A

Color information

#29485A (or 0x29485A) is unknown color: approx Arapawa. HEX triplet: 29, 48 and 5A. RGB value is (41,72,90). Sum of RGB (Red+Green+Blue) = 41+72+90=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #29485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29485A is #D6B7A5. Grayscale: #404040. Windows color (decimal): -14071718 or 5916713. OLE color: 5916713.

HSL color Cylindrical-coordinate representation of color #29485A: hue angle of 202.04º 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 #29485A is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB417290-
CMYK0.540.2000.65
HSL202.04º37.4%25.69%-
HSV(B)202.04º54.44%35.29%-
XYZ5.085.8410.53-
YUV64.78142.23111.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=20.20%
G=35.47%
B=44.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4172900.540.2000.65202.0437.425.69
Hex29485A3614041ca251a
Octal51110132662401013124532
Binary1010011001000101101011011010100010000011100101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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