Shades of Deep Koamaru #312E65
Tints of Deep Koamaru #312E65
RGB
CMYK
RGB Variations
Color information
#312E65 (or 0x312E65) is known color: Deep Koamaru. HEX triplet: 31, 2E and 65. RGB value is (49,46,101). Sum of RGB (Red+Green+Blue) = 49+46+101=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #312E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E65 is #CED19A. Grayscale: #343434. Windows color (decimal): -13554075 or 6630961. OLE color: 6630961.
HSL color Cylindrical-coordinate representation of color #312E65: hue angle of 243.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312E65 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 46 | 101 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.60 |
| HSL | 243.27º | 0.37% | 0.29% | - |
| HSV(B) | 243.27º | 0.54% | 0.4% | - |
| XYZ | 4.59 | 3.55 | 12.75 | - |
| YUV | 53.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 101 | 0.51 | 0.54 | 0 | 0.60 | 243.27 | 0.37 | 0.29 |
| Hex | 31 | 2E | 65 | 33 | 36 | 0 | 3C | F3 | 25 | 1D |
| Octal | 61 | 56 | 145 | 63 | 66 | 0 | 74 | 363 | 45 | 35 |
| Binary | 110001 | 101110 | 1100101 | 110011 | 110110 | 0 | 111100 | 11110011 | 100101 | 11101 |
Color Harmonies of #312E65
Complementary color
Monochromatic Colors of #312E65
Black with #312E65
Text Example
Text Example
White with #312E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E65; }
p { color: rgb(49,46,101); }
H1.HeaderClassName
{
color: #312E65;
}
.AnyTagClassName
{
color: #312E65;
}
</style>
background-color css
<style>
a { background-color: #312E65; }
a { background-color: rgb(49,46,101); }
div.DivClassName
{
background-color: #312E65;
}
.BgClassName
{
background-color: #312E65;
}
</style>
border-color css
<style>
span { border-color: #312E65; }
span { border-color: rgb(49,46,101); }
td.TdClassName
{
border-color: #312E65;
}
.TagClassName
{
border-color: #312E65;
}
</style>