Shades of Arapawa #31505C
Tints of Arapawa #31505C
RGB
CMYK
RGB Variations
Color information
#31505C (or 0x31505C) is known color: Arapawa. HEX triplet: 31, 50 and 5C. RGB value is (49,80,92). Sum of RGB (Red+Green+Blue) = 49+80+92=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #31505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31505C is #CEAFA3. Grayscale: #484848. Windows color (decimal): -13545380 or 6049841. OLE color: 6049841.
HSL color Cylindrical-coordinate representation of color #31505C: hue angle of 196.74º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31505C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 80 | 92 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.64 |
| HSL | 196.74º | 0.3% | 0.28% | - |
| HSV(B) | 196.74º | 0.47% | 0.36% | - |
| XYZ | 6.07 | 7.16 | 11.19 | - |
| YUV | 72.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 92 | 0.47 | 0.13 | 0 | 0.64 | 196.74 | 0.3 | 0.28 |
| Hex | 31 | 50 | 5C | 2F | D | 0 | 40 | C5 | 1E | 1C |
| Octal | 61 | 120 | 134 | 57 | 15 | 0 | 100 | 305 | 36 | 34 |
| Binary | 110001 | 1010000 | 1011100 | 101111 | 1101 | 0 | 1000000 | 11000101 | 11110 | 11100 |
Color Harmonies of #31505C
Complementary color
Monochromatic Colors of #31505C
Black with #31505C
Text Example
Text Example
White with #31505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31505C; }
p { color: rgb(49,80,92); }
H1.HeaderClassName
{
color: #31505C;
}
.AnyTagClassName
{
color: #31505C;
}
</style>
background-color css
<style>
a { background-color: #31505C; }
a { background-color: rgb(49,80,92); }
div.DivClassName
{
background-color: #31505C;
}
.BgClassName
{
background-color: #31505C;
}
</style>
border-color css
<style>
span { border-color: #31505C; }
span { border-color: rgb(49,80,92); }
td.TdClassName
{
border-color: #31505C;
}
.TagClassName
{
border-color: #31505C;
}
</style>