Shades of Deep Koamaru #313463
Tints of Deep Koamaru #313463
RGB
CMYK
RGB Variations
Color information
#313463 (or 0x313463) is known color: Deep Koamaru. HEX triplet: 31, 34 and 63. RGB value is (49,52,99). Sum of RGB (Red+Green+Blue) = 49+52+99=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #313463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313463 is #CECB9C. Grayscale: #383838. Windows color (decimal): -13552541 or 6501425. OLE color: 6501425.
HSL color Cylindrical-coordinate representation of color #313463: hue angle of 236.4º 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 #313463 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 52 | 99 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.61 |
| HSL | 236.4º | 0.34% | 0.29% | - |
| HSV(B) | 236.4º | 0.51% | 0.39% | - |
| XYZ | 4.75 | 4.01 | 12.33 | - |
| YUV | 56.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 99 | 0.51 | 0.47 | 0 | 0.61 | 236.4 | 0.34 | 0.29 |
| Hex | 31 | 34 | 63 | 33 | 2F | 0 | 3D | EC | 22 | 1D |
| Octal | 61 | 64 | 143 | 63 | 57 | 0 | 75 | 354 | 42 | 35 |
| Binary | 110001 | 110100 | 1100011 | 110011 | 101111 | 0 | 111101 | 11101100 | 100010 | 11101 |
Color Harmonies of #313463
Complementary color
Monochromatic Colors of #313463
Black with #313463
Text Example
Text Example
White with #313463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313463; }
p { color: rgb(49,52,99); }
H1.HeaderClassName
{
color: #313463;
}
.AnyTagClassName
{
color: #313463;
}
</style>
background-color css
<style>
a { background-color: #313463; }
a { background-color: rgb(49,52,99); }
div.DivClassName
{
background-color: #313463;
}
.BgClassName
{
background-color: #313463;
}
</style>
border-color css
<style>
span { border-color: #313463; }
span { border-color: rgb(49,52,99); }
td.TdClassName
{
border-color: #313463;
}
.TagClassName
{
border-color: #313463;
}
</style>