Shades of Arapawa #31525E
Tints of Arapawa #31525E
RGB
CMYK
RGB Variations
Color information
#31525E (or 0x31525E) is known color: Arapawa. HEX triplet: 31, 52 and 5E. RGB value is (49,82,94). Sum of RGB (Red+Green+Blue) = 49+82+94=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #31525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31525E is #CEADA1. Grayscale: #494949. Windows color (decimal): -13544866 or 6181425. OLE color: 6181425.
HSL color Cylindrical-coordinate representation of color #31525E: hue angle of 196º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31525E is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 82 | 94 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.63 |
| HSL | 196º | 0.31% | 0.28% | - |
| HSV(B) | 196º | 0.48% | 0.37% | - |
| XYZ | 6.3 | 7.5 | 11.7 | - |
| YUV | 73.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 94 | 0.48 | 0.13 | 0 | 0.63 | 196 | 0.31 | 0.28 |
| Hex | 31 | 52 | 5E | 30 | D | 0 | 3F | C4 | 1F | 1C |
| Octal | 61 | 122 | 136 | 60 | 15 | 0 | 77 | 304 | 37 | 34 |
| Binary | 110001 | 1010010 | 1011110 | 110000 | 1101 | 0 | 111111 | 11000100 | 11111 | 11100 |
Color Harmonies of #31525E
Complementary color
Monochromatic Colors of #31525E
Black with #31525E
Text Example
Text Example
White with #31525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31525E; }
p { color: rgb(49,82,94); }
H1.HeaderClassName
{
color: #31525E;
}
.AnyTagClassName
{
color: #31525E;
}
</style>
background-color css
<style>
a { background-color: #31525E; }
a { background-color: rgb(49,82,94); }
div.DivClassName
{
background-color: #31525E;
}
.BgClassName
{
background-color: #31525E;
}
</style>
border-color css
<style>
span { border-color: #31525E; }
span { border-color: rgb(49,82,94); }
td.TdClassName
{
border-color: #31525E;
}
.TagClassName
{
border-color: #31525E;
}
</style>