Shades of Deep Koamaru #313369
Tints of Deep Koamaru #313369
RGB
CMYK
RGB Variations
Color information
#313369 (or 0x313369) is known color: Deep Koamaru. HEX triplet: 31, 33 and 69. RGB value is (49,51,105). Sum of RGB (Red+Green+Blue) = 49+51+105=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #313369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313369 is #CECC96. Grayscale: #383838. Windows color (decimal): -13552791 or 6894385. OLE color: 6894385.
HSL color Cylindrical-coordinate representation of color #313369: hue angle of 237.86º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #313369 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 51 | 105 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.59 |
| HSL | 237.86º | 0.36% | 0.3% | - |
| HSV(B) | 237.86º | 0.53% | 0.41% | - |
| XYZ | 5 | 4.04 | 13.88 | - |
| YUV | 56.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 105 | 0.53 | 0.51 | 0 | 0.59 | 237.86 | 0.36 | 0.3 |
| Hex | 31 | 33 | 69 | 35 | 33 | 0 | 3B | EE | 24 | 1E |
| Octal | 61 | 63 | 151 | 65 | 63 | 0 | 73 | 356 | 44 | 36 |
| Binary | 110001 | 110011 | 1101001 | 110101 | 110011 | 0 | 111011 | 11101110 | 100100 | 11110 |
Color Harmonies of #313369
Complementary color
Monochromatic Colors of #313369
Black with #313369
Text Example
Text Example
White with #313369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313369; }
p { color: rgb(49,51,105); }
H1.HeaderClassName
{
color: #313369;
}
.AnyTagClassName
{
color: #313369;
}
</style>
background-color css
<style>
a { background-color: #313369; }
a { background-color: rgb(49,51,105); }
div.DivClassName
{
background-color: #313369;
}
.BgClassName
{
background-color: #313369;
}
</style>
border-color css
<style>
span { border-color: #313369; }
span { border-color: rgb(49,51,105); }
td.TdClassName
{
border-color: #313369;
}
.TagClassName
{
border-color: #313369;
}
</style>