#29455F

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

Shades of Arapawa #29455F

Tints of Arapawa #29455F

Color information

#29455F (or 0x29455F) is unknown color: approx Arapawa. HEX triplet: 29, 45 and 5F. RGB value is (41,69,95). Sum of RGB (Red+Green+Blue) = 41+69+95=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #29455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29455F is #D6BAA0. Grayscale: #3F3F3F. Windows color (decimal): -14072481 or 6243625. OLE color: 6243625.

HSL color Cylindrical-coordinate representation of color #29455F: hue angle of 208.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29455F is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB416995-
CMYK0.570.2700.63
HSL208.89º39.71%26.67%-
HSV(B)208.89º56.84%37.25%-
XYZ5.115.5511.63-
YUV63.59145.72111.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=20%
G=33.66%
B=46.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4169950.570.2700.63208.8939.7126.67
Hex29455F391B03Fd1281b
Octal5110513771330773215033
Binary101001100010110111111110011101101111111101000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29455F; }

 p { color: rgb(41,69,95); }

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

<style>
 a { background-color: #29455F; }

 a { background-color: rgb(41,69,95); }

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

<style>
 span { border-color: #29455F; }

 span { border-color: rgb(41,69,95); }

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