Shades of Deep Koamaru #31346B
Tints of Deep Koamaru #31346B
RGB
CMYK
RGB Variations
Color information
#31346B (or 0x31346B) is known color: Deep Koamaru. HEX triplet: 31, 34 and 6B. RGB value is (49,52,107). Sum of RGB (Red+Green+Blue) = 49+52+107=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #31346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31346B is #CECB94. Grayscale: #393939. Windows color (decimal): -13552533 or 7025713. OLE color: 7025713.
HSL color Cylindrical-coordinate representation of color #31346B: hue angle of 236.9º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31346B is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 52 | 107 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.58 |
| HSL | 236.9º | 0.37% | 0.31% | - |
| HSV(B) | 236.9º | 0.54% | 0.42% | - |
| XYZ | 5.15 | 4.17 | 14.44 | - |
| YUV | 57.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 107 | 0.54 | 0.51 | 0 | 0.58 | 236.9 | 0.37 | 0.31 |
| Hex | 31 | 34 | 6B | 36 | 33 | 0 | 3A | ED | 25 | 1F |
| Octal | 61 | 64 | 153 | 66 | 63 | 0 | 72 | 355 | 45 | 37 |
| Binary | 110001 | 110100 | 1101011 | 110110 | 110011 | 0 | 111010 | 11101101 | 100101 | 11111 |
Color Harmonies of #31346B
Complementary color
Monochromatic Colors of #31346B
Black with #31346B
Text Example
Text Example
White with #31346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31346B; }
p { color: rgb(49,52,107); }
H1.HeaderClassName
{
color: #31346B;
}
.AnyTagClassName
{
color: #31346B;
}
</style>
background-color css
<style>
a { background-color: #31346B; }
a { background-color: rgb(49,52,107); }
div.DivClassName
{
background-color: #31346B;
}
.BgClassName
{
background-color: #31346B;
}
</style>
border-color css
<style>
span { border-color: #31346B; }
span { border-color: rgb(49,52,107); }
td.TdClassName
{
border-color: #31346B;
}
.TagClassName
{
border-color: #31346B;
}
</style>