Shades of Deep Koamaru #31336D
Tints of Deep Koamaru #31336D
RGB
CMYK
RGB Variations
Color information
#31336D (or 0x31336D) is known color: Deep Koamaru. HEX triplet: 31, 33 and 6D. RGB value is (49,51,109). Sum of RGB (Red+Green+Blue) = 49+51+109=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #31336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31336D is #CECC92. Grayscale: #383838. Windows color (decimal): -13552787 or 7156529. OLE color: 7156529.
HSL color Cylindrical-coordinate representation of color #31336D: hue angle of 238º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31336D is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 51 | 109 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.57 |
| HSL | 238º | 0.38% | 0.31% | - |
| HSV(B) | 238º | 0.55% | 0.43% | - |
| XYZ | 5.21 | 4.12 | 14.99 | - |
| YUV | 57.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 109 | 0.55 | 0.53 | 0 | 0.57 | 238 | 0.38 | 0.31 |
| Hex | 31 | 33 | 6D | 37 | 35 | 0 | 39 | EE | 26 | 1F |
| Octal | 61 | 63 | 155 | 67 | 65 | 0 | 71 | 356 | 46 | 37 |
| Binary | 110001 | 110011 | 1101101 | 110111 | 110101 | 0 | 111001 | 11101110 | 100110 | 11111 |
Color Harmonies of #31336D
Complementary color
Monochromatic Colors of #31336D
Black with #31336D
Text Example
Text Example
White with #31336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31336D; }
p { color: rgb(49,51,109); }
H1.HeaderClassName
{
color: #31336D;
}
.AnyTagClassName
{
color: #31336D;
}
</style>
background-color css
<style>
a { background-color: #31336D; }
a { background-color: rgb(49,51,109); }
div.DivClassName
{
background-color: #31336D;
}
.BgClassName
{
background-color: #31336D;
}
</style>
border-color css
<style>
span { border-color: #31336D; }
span { border-color: rgb(49,51,109); }
td.TdClassName
{
border-color: #31336D;
}
.TagClassName
{
border-color: #31336D;
}
</style>