Shades of Deep Koamaru #31345E
Tints of Deep Koamaru #31345E
RGB
CMYK
RGB Variations
Color information
#31345E (or 0x31345E) is known color: Deep Koamaru. HEX triplet: 31, 34 and 5E. RGB value is (49,52,94). Sum of RGB (Red+Green+Blue) = 49+52+94=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #31345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31345E is #CECBA1. Grayscale: #373737. Windows color (decimal): -13552546 or 6173745. OLE color: 6173745.
HSL color Cylindrical-coordinate representation of color #31345E: hue angle of 236º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31345E is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 52 | 94 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.63 |
| HSL | 236º | 0.31% | 0.28% | - |
| HSV(B) | 236º | 0.48% | 0.37% | - |
| XYZ | 4.51 | 3.92 | 11.11 | - |
| YUV | 55.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 94 | 0.48 | 0.45 | 0 | 0.63 | 236 | 0.31 | 0.28 |
| Hex | 31 | 34 | 5E | 30 | 2D | 0 | 3F | EC | 1F | 1C |
| Octal | 61 | 64 | 136 | 60 | 55 | 0 | 77 | 354 | 37 | 34 |
| Binary | 110001 | 110100 | 1011110 | 110000 | 101101 | 0 | 111111 | 11101100 | 11111 | 11100 |
Color Harmonies of #31345E
Complementary color
Monochromatic Colors of #31345E
Black with #31345E
Text Example
Text Example
White with #31345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31345E; }
p { color: rgb(49,52,94); }
H1.HeaderClassName
{
color: #31345E;
}
.AnyTagClassName
{
color: #31345E;
}
</style>
background-color css
<style>
a { background-color: #31345E; }
a { background-color: rgb(49,52,94); }
div.DivClassName
{
background-color: #31345E;
}
.BgClassName
{
background-color: #31345E;
}
</style>
border-color css
<style>
span { border-color: #31345E; }
span { border-color: rgb(49,52,94); }
td.TdClassName
{
border-color: #31345E;
}
.TagClassName
{
border-color: #31345E;
}
</style>