Shades of Arapawa #314D5A
Tints of Arapawa #314D5A
RGB
CMYK
RGB Variations
Color information
#314D5A (or 0x314D5A) is known color: Arapawa. HEX triplet: 31, 4D and 5A. RGB value is (49,77,90). Sum of RGB (Red+Green+Blue) = 49+77+90=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #314D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D5A is #CEB2A5. Grayscale: #464646. Windows color (decimal): -13546150 or 5918001. OLE color: 5918001.
HSL color Cylindrical-coordinate representation of color #314D5A: hue angle of 199.02º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #314D5A is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 77 | 90 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.65 |
| HSL | 199.02º | 0.29% | 0.27% | - |
| HSV(B) | 199.02º | 0.46% | 0.35% | - |
| XYZ | 5.77 | 6.7 | 10.66 | - |
| YUV | 70.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 90 | 0.46 | 0.14 | 0 | 0.65 | 199.02 | 0.29 | 0.27 |
| Hex | 31 | 4D | 5A | 2E | E | 0 | 41 | C7 | 1D | 1B |
| Octal | 61 | 115 | 132 | 56 | 16 | 0 | 101 | 307 | 35 | 33 |
| Binary | 110001 | 1001101 | 1011010 | 101110 | 1110 | 0 | 1000001 | 11000111 | 11101 | 11011 |
Color Harmonies of #314D5A
Complementary color
Monochromatic Colors of #314D5A
Black with #314D5A
Text Example
Text Example
White with #314D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D5A; }
p { color: rgb(49,77,90); }
H1.HeaderClassName
{
color: #314D5A;
}
.AnyTagClassName
{
color: #314D5A;
}
</style>
background-color css
<style>
a { background-color: #314D5A; }
a { background-color: rgb(49,77,90); }
div.DivClassName
{
background-color: #314D5A;
}
.BgClassName
{
background-color: #314D5A;
}
</style>
border-color css
<style>
span { border-color: #314D5A; }
span { border-color: rgb(49,77,90); }
td.TdClassName
{
border-color: #314D5A;
}
.TagClassName
{
border-color: #314D5A;
}
</style>