Shades of Deep Koamaru #313465
Tints of Deep Koamaru #313465
RGB
CMYK
RGB Variations
Color information
#313465 (or 0x313465) is known color: Deep Koamaru. HEX triplet: 31, 34 and 65. RGB value is (49,52,101). Sum of RGB (Red+Green+Blue) = 49+52+101=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #313465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313465 is #CECB9A. Grayscale: #383838. Windows color (decimal): -13552539 or 6632497. OLE color: 6632497.
HSL color Cylindrical-coordinate representation of color #313465: hue angle of 236.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313465 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 52 | 101 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.60 |
| HSL | 236.54º | 0.35% | 0.29% | - |
| HSV(B) | 236.54º | 0.51% | 0.4% | - |
| XYZ | 4.84 | 4.05 | 12.84 | - |
| YUV | 56.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 101 | 0.51 | 0.49 | 0 | 0.60 | 236.54 | 0.35 | 0.29 |
| Hex | 31 | 34 | 65 | 33 | 31 | 0 | 3C | ED | 23 | 1D |
| Octal | 61 | 64 | 145 | 63 | 61 | 0 | 74 | 355 | 43 | 35 |
| Binary | 110001 | 110100 | 1100101 | 110011 | 110001 | 0 | 111100 | 11101101 | 100011 | 11101 |
Color Harmonies of #313465
Complementary color
Monochromatic Colors of #313465
Black with #313465
Text Example
Text Example
White with #313465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313465; }
p { color: rgb(49,52,101); }
H1.HeaderClassName
{
color: #313465;
}
.AnyTagClassName
{
color: #313465;
}
</style>
background-color css
<style>
a { background-color: #313465; }
a { background-color: rgb(49,52,101); }
div.DivClassName
{
background-color: #313465;
}
.BgClassName
{
background-color: #313465;
}
</style>
border-color css
<style>
span { border-color: #313465; }
span { border-color: rgb(49,52,101); }
td.TdClassName
{
border-color: #313465;
}
.TagClassName
{
border-color: #313465;
}
</style>