Shades of Deep Koamaru #31356C
Tints of Deep Koamaru #31356C
RGB
CMYK
RGB Variations
Color information
#31356C (or 0x31356C) is known color: Deep Koamaru. HEX triplet: 31, 35 and 6C. RGB value is (49,53,108). Sum of RGB (Red+Green+Blue) = 49+53+108=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #31356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31356C is #CECA93. Grayscale: #393939. Windows color (decimal): -13552276 or 7091505. OLE color: 7091505.
HSL color Cylindrical-coordinate representation of color #31356C: hue angle of 235.93º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31356C is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 53 | 108 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.58 |
| HSL | 235.93º | 0.38% | 0.31% | - |
| HSV(B) | 235.93º | 0.55% | 0.42% | - |
| XYZ | 5.25 | 4.28 | 14.74 | - |
| YUV | 58.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 108 | 0.55 | 0.51 | 0 | 0.58 | 235.93 | 0.38 | 0.31 |
| Hex | 31 | 35 | 6C | 37 | 33 | 0 | 3A | EC | 26 | 1F |
| Octal | 61 | 65 | 154 | 67 | 63 | 0 | 72 | 354 | 46 | 37 |
| Binary | 110001 | 110101 | 1101100 | 110111 | 110011 | 0 | 111010 | 11101100 | 100110 | 11111 |
Color Harmonies of #31356C
Complementary color
Monochromatic Colors of #31356C
Black with #31356C
Text Example
Text Example
White with #31356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31356C; }
p { color: rgb(49,53,108); }
H1.HeaderClassName
{
color: #31356C;
}
.AnyTagClassName
{
color: #31356C;
}
</style>
background-color css
<style>
a { background-color: #31356C; }
a { background-color: rgb(49,53,108); }
div.DivClassName
{
background-color: #31356C;
}
.BgClassName
{
background-color: #31356C;
}
</style>
border-color css
<style>
span { border-color: #31356C; }
span { border-color: rgb(49,53,108); }
td.TdClassName
{
border-color: #31356C;
}
.TagClassName
{
border-color: #31356C;
}
</style>