Shades of Arapawa #29515F
Tints of Arapawa #29515F
RGB
CMYK
RGB Variations
Color information
#29515F (or 0x29515F) is known color: Arapawa. HEX triplet: 29, 51 and 5F. RGB value is (41,81,95). Sum of RGB (Red+Green+Blue) = 41+81+95=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #29515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29515F is #D6AEA0. Grayscale: #464646. Windows color (decimal): -14069409 or 6246697. OLE color: 6246697.
HSL color Cylindrical-coordinate representation of color #29515F: hue angle of 195.56º 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 #29515F is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 81 | 95 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.63 |
| HSL | 195.56º | 0.4% | 0.27% | - |
| HSV(B) | 195.56º | 0.57% | 0.37% | - |
| XYZ | 5.92 | 7.18 | 11.9 | - |
| YUV | 70.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 95 | 0.57 | 0.15 | 0 | 0.63 | 195.56 | 0.4 | 0.27 |
| Hex | 29 | 51 | 5F | 39 | F | 0 | 3F | C4 | 28 | 1B |
| Octal | 51 | 121 | 137 | 71 | 17 | 0 | 77 | 304 | 50 | 33 |
| Binary | 101001 | 1010001 | 1011111 | 111001 | 1111 | 0 | 111111 | 11000100 | 101000 | 11011 |
Color Harmonies of #29515F
Complementary color
Monochromatic Colors of #29515F
Black with #29515F
Text Example
Text Example
White with #29515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29515F; }
p { color: rgb(41,81,95); }
H1.HeaderClassName
{
color: #29515F;
}
.AnyTagClassName
{
color: #29515F;
}
</style>
background-color css
<style>
a { background-color: #29515F; }
a { background-color: rgb(41,81,95); }
div.DivClassName
{
background-color: #29515F;
}
.BgClassName
{
background-color: #29515F;
}
</style>
border-color css
<style>
span { border-color: #29515F; }
span { border-color: rgb(41,81,95); }
td.TdClassName
{
border-color: #29515F;
}
.TagClassName
{
border-color: #29515F;
}
</style>