Shades of Deep Koamaru #313470
Tints of Deep Koamaru #313470
RGB
CMYK
RGB Variations
Color information
#313470 (or 0x313470) is known color: Deep Koamaru. HEX triplet: 31, 34 and 70. RGB value is (49,52,112). Sum of RGB (Red+Green+Blue) = 49+52+112=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #313470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313470 is #CECB8F. Grayscale: #393939. Windows color (decimal): -13552528 or 7353393. OLE color: 7353393.
HSL color Cylindrical-coordinate representation of color #313470: hue angle of 237.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313470 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 52 | 112 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.56 |
| HSL | 237.14º | 0.39% | 0.32% | - |
| HSV(B) | 237.14º | 0.56% | 0.44% | - |
| XYZ | 5.42 | 4.28 | 15.87 | - |
| YUV | 57.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 112 | 0.56 | 0.54 | 0 | 0.56 | 237.14 | 0.39 | 0.32 |
| Hex | 31 | 34 | 70 | 38 | 36 | 0 | 38 | ED | 27 | 20 |
| Octal | 61 | 64 | 160 | 70 | 66 | 0 | 70 | 355 | 47 | 40 |
| Binary | 110001 | 110100 | 1110000 | 111000 | 110110 | 0 | 111000 | 11101101 | 100111 | 100000 |
Color Harmonies of #313470
Complementary color
Monochromatic Colors of #313470
Black with #313470
Text Example
Text Example
White with #313470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313470; }
p { color: rgb(49,52,112); }
H1.HeaderClassName
{
color: #313470;
}
.AnyTagClassName
{
color: #313470;
}
</style>
background-color css
<style>
a { background-color: #313470; }
a { background-color: rgb(49,52,112); }
div.DivClassName
{
background-color: #313470;
}
.BgClassName
{
background-color: #313470;
}
</style>
border-color css
<style>
span { border-color: #313470; }
span { border-color: rgb(49,52,112); }
td.TdClassName
{
border-color: #313470;
}
.TagClassName
{
border-color: #313470;
}
</style>