Shades of Deep Koamaru #312B7B
Tints of Deep Koamaru #312B7B
RGB
CMYK
RGB Variations
Color information
#312B7B (or 0x312B7B) is known color: Deep Koamaru. HEX triplet: 31, 2B and 7B. RGB value is (49,43,123). Sum of RGB (Red+Green+Blue) = 49+43+123=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #312B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B7B is #CED484. Grayscale: #353535. Windows color (decimal): -13554821 or 8071985. OLE color: 8071985.
HSL color Cylindrical-coordinate representation of color #312B7B: hue angle of 244.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312B7B is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 43 | 123 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.52 |
| HSL | 244.5º | 0.48% | 0.33% | - |
| HSV(B) | 244.5º | 0.65% | 0.48% | - |
| XYZ | 5.71 | 3.81 | 19.17 | - |
| YUV | 53.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 123 | 0.60 | 0.65 | 0 | 0.52 | 244.5 | 0.48 | 0.33 |
| Hex | 31 | 2B | 7B | 3C | 41 | 0 | 34 | F4 | 30 | 21 |
| Octal | 61 | 53 | 173 | 74 | 101 | 0 | 64 | 364 | 60 | 41 |
| Binary | 110001 | 101011 | 1111011 | 111100 | 1000001 | 0 | 110100 | 11110100 | 110000 | 100001 |
Color Harmonies of #312B7B
Complementary color
Monochromatic Colors of #312B7B
Black with #312B7B
Text Example
Text Example
White with #312B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B7B; }
p { color: rgb(49,43,123); }
H1.HeaderClassName
{
color: #312B7B;
}
.AnyTagClassName
{
color: #312B7B;
}
</style>
background-color css
<style>
a { background-color: #312B7B; }
a { background-color: rgb(49,43,123); }
div.DivClassName
{
background-color: #312B7B;
}
.BgClassName
{
background-color: #312B7B;
}
</style>
border-color css
<style>
span { border-color: #312B7B; }
span { border-color: rgb(49,43,123); }
td.TdClassName
{
border-color: #312B7B;
}
.TagClassName
{
border-color: #312B7B;
}
</style>