Shades of Deep Koamaru #313461
Tints of Deep Koamaru #313461
RGB
CMYK
RGB Variations
Color information
#313461 (or 0x313461) is known color: Deep Koamaru. HEX triplet: 31, 34 and 61. RGB value is (49,52,97). Sum of RGB (Red+Green+Blue) = 49+52+97=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #313461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313461 is #CECB9E. Grayscale: #383838. Windows color (decimal): -13552543 or 6370353. OLE color: 6370353.
HSL color Cylindrical-coordinate representation of color #313461: hue angle of 236.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313461 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 52 | 97 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.62 |
| HSL | 236.25º | 0.33% | 0.29% | - |
| HSV(B) | 236.25º | 0.49% | 0.38% | - |
| XYZ | 4.65 | 3.97 | 11.83 | - |
| YUV | 56.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 97 | 0.49 | 0.46 | 0 | 0.62 | 236.25 | 0.33 | 0.29 |
| Hex | 31 | 34 | 61 | 31 | 2E | 0 | 3E | EC | 21 | 1D |
| Octal | 61 | 64 | 141 | 61 | 56 | 0 | 76 | 354 | 41 | 35 |
| Binary | 110001 | 110100 | 1100001 | 110001 | 101110 | 0 | 111110 | 11101100 | 100001 | 11101 |
Color Harmonies of #313461
Complementary color
Monochromatic Colors of #313461
Black with #313461
Text Example
Text Example
White with #313461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313461; }
p { color: rgb(49,52,97); }
H1.HeaderClassName
{
color: #313461;
}
.AnyTagClassName
{
color: #313461;
}
</style>
background-color css
<style>
a { background-color: #313461; }
a { background-color: rgb(49,52,97); }
div.DivClassName
{
background-color: #313461;
}
.BgClassName
{
background-color: #313461;
}
</style>
border-color css
<style>
span { border-color: #313461; }
span { border-color: rgb(49,52,97); }
td.TdClassName
{
border-color: #313461;
}
.TagClassName
{
border-color: #313461;
}
</style>