Shades of Deep Koamaru #312E64
Tints of Deep Koamaru #312E64
RGB
CMYK
RGB Variations
Color information
#312E64 (or 0x312E64) is known color: Deep Koamaru. HEX triplet: 31, 2E and 64. RGB value is (49,46,100). Sum of RGB (Red+Green+Blue) = 49+46+100=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #312E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E64 is #CED19B. Grayscale: #343434. Windows color (decimal): -13554076 or 6565425. OLE color: 6565425.
HSL color Cylindrical-coordinate representation of color #312E64: hue angle of 243.33º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312E64 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 46 | 100 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.61 |
| HSL | 243.33º | 0.37% | 0.29% | - |
| HSV(B) | 243.33º | 0.54% | 0.39% | - |
| XYZ | 4.54 | 3.53 | 12.5 | - |
| YUV | 53.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 100 | 0.51 | 0.54 | 0 | 0.61 | 243.33 | 0.37 | 0.29 |
| Hex | 31 | 2E | 64 | 33 | 36 | 0 | 3D | F3 | 25 | 1D |
| Octal | 61 | 56 | 144 | 63 | 66 | 0 | 75 | 363 | 45 | 35 |
| Binary | 110001 | 101110 | 1100100 | 110011 | 110110 | 0 | 111101 | 11110011 | 100101 | 11101 |
Color Harmonies of #312E64
Complementary color
Monochromatic Colors of #312E64
Black with #312E64
Text Example
Text Example
White with #312E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E64; }
p { color: rgb(49,46,100); }
H1.HeaderClassName
{
color: #312E64;
}
.AnyTagClassName
{
color: #312E64;
}
</style>
background-color css
<style>
a { background-color: #312E64; }
a { background-color: rgb(49,46,100); }
div.DivClassName
{
background-color: #312E64;
}
.BgClassName
{
background-color: #312E64;
}
</style>
border-color css
<style>
span { border-color: #312E64; }
span { border-color: rgb(49,46,100); }
td.TdClassName
{
border-color: #312E64;
}
.TagClassName
{
border-color: #312E64;
}
</style>