Shades of Deep Koamaru #313372
Tints of Deep Koamaru #313372
RGB
CMYK
RGB Variations
Color information
#313372 (or 0x313372) is known color: Deep Koamaru. HEX triplet: 31, 33 and 72. RGB value is (49,51,114). Sum of RGB (Red+Green+Blue) = 49+51+114=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #313372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313372 is #CECC8D. Grayscale: #393939. Windows color (decimal): -13552782 or 7484209. OLE color: 7484209.
HSL color Cylindrical-coordinate representation of color #313372: hue angle of 238.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313372 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 51 | 114 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.55 |
| HSL | 238.15º | 0.4% | 0.32% | - |
| HSV(B) | 238.15º | 0.57% | 0.45% | - |
| XYZ | 5.49 | 4.24 | 16.45 | - |
| YUV | 57.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 114 | 0.57 | 0.55 | 0 | 0.55 | 238.15 | 0.4 | 0.32 |
| Hex | 31 | 33 | 72 | 39 | 37 | 0 | 37 | EE | 28 | 20 |
| Octal | 61 | 63 | 162 | 71 | 67 | 0 | 67 | 356 | 50 | 40 |
| Binary | 110001 | 110011 | 1110010 | 111001 | 110111 | 0 | 110111 | 11101110 | 101000 | 100000 |
Color Harmonies of #313372
Complementary color
Monochromatic Colors of #313372
Black with #313372
Text Example
Text Example
White with #313372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313372; }
p { color: rgb(49,51,114); }
H1.HeaderClassName
{
color: #313372;
}
.AnyTagClassName
{
color: #313372;
}
</style>
background-color css
<style>
a { background-color: #313372; }
a { background-color: rgb(49,51,114); }
div.DivClassName
{
background-color: #313372;
}
.BgClassName
{
background-color: #313372;
}
</style>
border-color css
<style>
span { border-color: #313372; }
span { border-color: rgb(49,51,114); }
td.TdClassName
{
border-color: #313372;
}
.TagClassName
{
border-color: #313372;
}
</style>