Shades of Arapawa #29485A
Tints of Arapawa #29485A
RGB
CMYK
RGB Variations
Color information
#29485A (or 0x29485A) is known color: 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
| RGB | 41 | 72 | 90 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.65 |
| HSL | 202.04º | 0.37% | 0.26% | - |
| HSV(B) | 202.04º | 0.54% | 0.35% | - |
| XYZ | 5.08 | 5.84 | 10.53 | - |
| YUV | 64.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 90 | 0.54 | 0.20 | 0 | 0.65 | 202.04 | 0.37 | 0.26 |
| Hex | 29 | 48 | 5A | 36 | 14 | 0 | 41 | CA | 25 | 1A |
| Octal | 51 | 110 | 132 | 66 | 24 | 0 | 101 | 312 | 45 | 32 |
| Binary | 101001 | 1001000 | 1011010 | 110110 | 10100 | 0 | 1000001 | 11001010 | 100101 | 11010 |
Color Harmonies of #29485A
Complementary color
Monochromatic Colors of #29485A
Black with #29485A
Text Example
Text Example
White with #29485A
Text Example
Text Example
HTML Codes & Css Web 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>