Shades of Deep Koamaru #313363
Tints of Deep Koamaru #313363
RGB
CMYK
RGB Variations
Color information
#313363 (or 0x313363) is known color: Deep Koamaru. HEX triplet: 31, 33 and 63. RGB value is (49,51,99). Sum of RGB (Red+Green+Blue) = 49+51+99=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #313363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313363 is #CECC9C. Grayscale: #373737. Windows color (decimal): -13552797 or 6501169. OLE color: 6501169.
HSL color Cylindrical-coordinate representation of color #313363: hue angle of 237.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313363 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 51 | 99 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.61 |
| HSL | 237.6º | 0.34% | 0.29% | - |
| HSV(B) | 237.6º | 0.51% | 0.39% | - |
| XYZ | 4.7 | 3.92 | 12.31 | - |
| YUV | 55.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 99 | 0.51 | 0.48 | 0 | 0.61 | 237.6 | 0.34 | 0.29 |
| Hex | 31 | 33 | 63 | 33 | 30 | 0 | 3D | EE | 22 | 1D |
| Octal | 61 | 63 | 143 | 63 | 60 | 0 | 75 | 356 | 42 | 35 |
| Binary | 110001 | 110011 | 1100011 | 110011 | 110000 | 0 | 111101 | 11101110 | 100010 | 11101 |
Color Harmonies of #313363
Complementary color
Monochromatic Colors of #313363
Black with #313363
Text Example
Text Example
White with #313363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313363; }
p { color: rgb(49,51,99); }
H1.HeaderClassName
{
color: #313363;
}
.AnyTagClassName
{
color: #313363;
}
</style>
background-color css
<style>
a { background-color: #313363; }
a { background-color: rgb(49,51,99); }
div.DivClassName
{
background-color: #313363;
}
.BgClassName
{
background-color: #313363;
}
</style>
border-color css
<style>
span { border-color: #313363; }
span { border-color: rgb(49,51,99); }
td.TdClassName
{
border-color: #313363;
}
.TagClassName
{
border-color: #313363;
}
</style>