Shades of Deep Koamaru #313769
Tints of Deep Koamaru #313769
RGB
CMYK
RGB Variations
Color information
#313769 (or 0x313769) is known color: Deep Koamaru. HEX triplet: 31, 37 and 69. RGB value is (49,55,105). Sum of RGB (Red+Green+Blue) = 49+55+105=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #313769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313769 is #CEC896. Grayscale: #3A3A3A. Windows color (decimal): -13551767 or 6895409. OLE color: 6895409.
HSL color Cylindrical-coordinate representation of color #313769: hue angle of 233.57º 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 #313769 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 55 | 105 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.59 |
| HSL | 233.57º | 0.36% | 0.3% | - |
| HSV(B) | 233.57º | 0.53% | 0.41% | - |
| XYZ | 5.18 | 4.41 | 13.94 | - |
| YUV | 58.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 105 | 0.53 | 0.48 | 0 | 0.59 | 233.57 | 0.36 | 0.3 |
| Hex | 31 | 37 | 69 | 35 | 30 | 0 | 3B | EA | 24 | 1E |
| Octal | 61 | 67 | 151 | 65 | 60 | 0 | 73 | 352 | 44 | 36 |
| Binary | 110001 | 110111 | 1101001 | 110101 | 110000 | 0 | 111011 | 11101010 | 100100 | 11110 |
Color Harmonies of #313769
Complementary color
Monochromatic Colors of #313769
Black with #313769
Text Example
Text Example
White with #313769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313769; }
p { color: rgb(49,55,105); }
H1.HeaderClassName
{
color: #313769;
}
.AnyTagClassName
{
color: #313769;
}
</style>
background-color css
<style>
a { background-color: #313769; }
a { background-color: rgb(49,55,105); }
div.DivClassName
{
background-color: #313769;
}
.BgClassName
{
background-color: #313769;
}
</style>
border-color css
<style>
span { border-color: #313769; }
span { border-color: rgb(49,55,105); }
td.TdClassName
{
border-color: #313769;
}
.TagClassName
{
border-color: #313769;
}
</style>