Shades of Arapawa #314D5B
Tints of Arapawa #314D5B
RGB
CMYK
RGB Variations
Color information
#314D5B (or 0x314D5B) is known color: Arapawa. HEX triplet: 31, 4D and 5B. RGB value is (49,77,91). Sum of RGB (Red+Green+Blue) = 49+77+91=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #314D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D5B is #CEB2A4. Grayscale: #464646. Windows color (decimal): -13546149 or 5983537. OLE color: 5983537.
HSL color Cylindrical-coordinate representation of color #314D5B: hue angle of 200º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #314D5B is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 77 | 91 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.64 |
| HSL | 200º | 0.3% | 0.27% | - |
| HSV(B) | 200º | 0.46% | 0.36% | - |
| XYZ | 5.81 | 6.72 | 10.89 | - |
| YUV | 70.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 91 | 0.46 | 0.15 | 0 | 0.64 | 200 | 0.3 | 0.27 |
| Hex | 31 | 4D | 5B | 2E | F | 0 | 40 | C8 | 1E | 1B |
| Octal | 61 | 115 | 133 | 56 | 17 | 0 | 100 | 310 | 36 | 33 |
| Binary | 110001 | 1001101 | 1011011 | 101110 | 1111 | 0 | 1000000 | 11001000 | 11110 | 11011 |
Color Harmonies of #314D5B
Complementary color
Monochromatic Colors of #314D5B
Black with #314D5B
Text Example
Text Example
White with #314D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D5B; }
p { color: rgb(49,77,91); }
H1.HeaderClassName
{
color: #314D5B;
}
.AnyTagClassName
{
color: #314D5B;
}
</style>
background-color css
<style>
a { background-color: #314D5B; }
a { background-color: rgb(49,77,91); }
div.DivClassName
{
background-color: #314D5B;
}
.BgClassName
{
background-color: #314D5B;
}
</style>
border-color css
<style>
span { border-color: #314D5B; }
span { border-color: rgb(49,77,91); }
td.TdClassName
{
border-color: #314D5B;
}
.TagClassName
{
border-color: #314D5B;
}
</style>