#29505D

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

Shades of Arapawa #29505D

Tints of Arapawa #29505D

Color information

#29505D (or 0x29505D) is unknown color: approx Arapawa. HEX triplet: 29, 50 and 5D. RGB value is (41,80,93). Sum of RGB (Red+Green+Blue) = 41+80+93=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #29505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29505D is #D6AFA2. Grayscale: #454545. Windows color (decimal): -14069667 or 6115369. OLE color: 6115369.

HSL color Cylindrical-coordinate representation of color #29505D: hue angle of 195º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29505D is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB418093-
CMYK0.560.1400.64
HSL195º38.81%26.27%-
HSV(B)195º55.91%36.47%-
XYZ5.76711.4-
YUV69.82141.08107.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=19.16%
G=37.38%
B=43.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4180930.560.1400.6419538.8126.27
Hex29505D38E040c3271a
Octal51120135701601003034732
Binary101001101000010111011110001110010000001100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29505D; }

 p { color: rgb(41,80,93); }

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

<style>
 a { background-color: #29505D; }

 a { background-color: rgb(41,80,93); }

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

<style>
 span { border-color: #29505D; }

 span { border-color: rgb(41,80,93); }

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