Shades of Deep Koamaru #312E7A
Tints of Deep Koamaru #312E7A
RGB
CMYK
RGB Variations
Color information
#312E7A (or 0x312E7A) is known color: Deep Koamaru. HEX triplet: 31, 2E and 7A. RGB value is (49,46,122). Sum of RGB (Red+Green+Blue) = 49+46+122=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #312E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E7A is #CED185. Grayscale: #373737. Windows color (decimal): -13554054 or 8007217. OLE color: 8007217.
HSL color Cylindrical-coordinate representation of color #312E7A: hue angle of 242.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312E7A is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 46 | 122 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.52 |
| HSL | 242.37º | 0.45% | 0.33% | - |
| HSV(B) | 242.37º | 0.62% | 0.48% | - |
| XYZ | 5.76 | 4.01 | 18.88 | - |
| YUV | 55.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 122 | 0.60 | 0.62 | 0 | 0.52 | 242.37 | 0.45 | 0.33 |
| Hex | 31 | 2E | 7A | 3C | 3E | 0 | 34 | F2 | 2D | 21 |
| Octal | 61 | 56 | 172 | 74 | 76 | 0 | 64 | 362 | 55 | 41 |
| Binary | 110001 | 101110 | 1111010 | 111100 | 111110 | 0 | 110100 | 11110010 | 101101 | 100001 |
Color Harmonies of #312E7A
Complementary color
Monochromatic Colors of #312E7A
Black with #312E7A
Text Example
Text Example
White with #312E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E7A; }
p { color: rgb(49,46,122); }
H1.HeaderClassName
{
color: #312E7A;
}
.AnyTagClassName
{
color: #312E7A;
}
</style>
background-color css
<style>
a { background-color: #312E7A; }
a { background-color: rgb(49,46,122); }
div.DivClassName
{
background-color: #312E7A;
}
.BgClassName
{
background-color: #312E7A;
}
</style>
border-color css
<style>
span { border-color: #312E7A; }
span { border-color: rgb(49,46,122); }
td.TdClassName
{
border-color: #312E7A;
}
.TagClassName
{
border-color: #312E7A;
}
</style>