Shades of Deep Koamaru #312E7B
Tints of Deep Koamaru #312E7B
RGB
CMYK
RGB Variations
Color information
#312E7B (or 0x312E7B) is known color: Deep Koamaru. HEX triplet: 31, 2E and 7B. RGB value is (49,46,123). Sum of RGB (Red+Green+Blue) = 49+46+123=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #312E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E7B is #CED184. Grayscale: #373737. Windows color (decimal): -13554053 or 8072753. OLE color: 8072753.
HSL color Cylindrical-coordinate representation of color #312E7B: hue angle of 242.34º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312E7B is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 46 | 123 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.52 |
| HSL | 242.34º | 0.46% | 0.33% | - |
| HSV(B) | 242.34º | 0.63% | 0.48% | - |
| XYZ | 5.82 | 4.04 | 19.21 | - |
| YUV | 55.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 123 | 0.60 | 0.63 | 0 | 0.52 | 242.34 | 0.46 | 0.33 |
| Hex | 31 | 2E | 7B | 3C | 3F | 0 | 34 | F2 | 2E | 21 |
| Octal | 61 | 56 | 173 | 74 | 77 | 0 | 64 | 362 | 56 | 41 |
| Binary | 110001 | 101110 | 1111011 | 111100 | 111111 | 0 | 110100 | 11110010 | 101110 | 100001 |
Color Harmonies of #312E7B
Complementary color
Monochromatic Colors of #312E7B
Black with #312E7B
Text Example
Text Example
White with #312E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E7B; }
p { color: rgb(49,46,123); }
H1.HeaderClassName
{
color: #312E7B;
}
.AnyTagClassName
{
color: #312E7B;
}
</style>
background-color css
<style>
a { background-color: #312E7B; }
a { background-color: rgb(49,46,123); }
div.DivClassName
{
background-color: #312E7B;
}
.BgClassName
{
background-color: #312E7B;
}
</style>
border-color css
<style>
span { border-color: #312E7B; }
span { border-color: rgb(49,46,123); }
td.TdClassName
{
border-color: #312E7B;
}
.TagClassName
{
border-color: #312E7B;
}
</style>