Shades of Arapawa #314E5B
Tints of Arapawa #314E5B
RGB
CMYK
RGB Variations
Color information
#314E5B (or 0x314E5B) is known color: Arapawa. HEX triplet: 31, 4E and 5B. RGB value is (49,78,91). Sum of RGB (Red+Green+Blue) = 49+78+91=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #314E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E5B is #CEB1A4. Grayscale: #464646. Windows color (decimal): -13545893 or 5983793. OLE color: 5983793.
HSL color Cylindrical-coordinate representation of color #314E5B: hue angle of 198.57º 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 #314E5B is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 78 | 91 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.64 |
| HSL | 198.57º | 0.3% | 0.27% | - |
| HSV(B) | 198.57º | 0.46% | 0.36% | - |
| XYZ | 5.88 | 6.86 | 10.91 | - |
| YUV | 70.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 91 | 0.46 | 0.14 | 0 | 0.64 | 198.57 | 0.3 | 0.27 |
| Hex | 31 | 4E | 5B | 2E | E | 0 | 40 | C7 | 1E | 1B |
| Octal | 61 | 116 | 133 | 56 | 16 | 0 | 100 | 307 | 36 | 33 |
| Binary | 110001 | 1001110 | 1011011 | 101110 | 1110 | 0 | 1000000 | 11000111 | 11110 | 11011 |
Color Harmonies of #314E5B
Complementary color
Monochromatic Colors of #314E5B
Black with #314E5B
Text Example
Text Example
White with #314E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E5B; }
p { color: rgb(49,78,91); }
H1.HeaderClassName
{
color: #314E5B;
}
.AnyTagClassName
{
color: #314E5B;
}
</style>
background-color css
<style>
a { background-color: #314E5B; }
a { background-color: rgb(49,78,91); }
div.DivClassName
{
background-color: #314E5B;
}
.BgClassName
{
background-color: #314E5B;
}
</style>
border-color css
<style>
span { border-color: #314E5B; }
span { border-color: rgb(49,78,91); }
td.TdClassName
{
border-color: #314E5B;
}
.TagClassName
{
border-color: #314E5B;
}
</style>