Shades of Deep Koamaru #313663
Tints of Deep Koamaru #313663
RGB
CMYK
RGB Variations
Color information
#313663 (or 0x313663) is known color: Deep Koamaru. HEX triplet: 31, 36 and 63. RGB value is (49,54,99). Sum of RGB (Red+Green+Blue) = 49+54+99=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #313663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313663 is #CEC99C. Grayscale: #393939. Windows color (decimal): -13552029 or 6501937. OLE color: 6501937.
HSL color Cylindrical-coordinate representation of color #313663: hue angle of 234º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313663 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 54 | 99 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.61 |
| HSL | 234º | 0.34% | 0.29% | - |
| HSV(B) | 234º | 0.51% | 0.39% | - |
| XYZ | 4.84 | 4.19 | 12.36 | - |
| YUV | 57.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 99 | 0.51 | 0.45 | 0 | 0.61 | 234 | 0.34 | 0.29 |
| Hex | 31 | 36 | 63 | 33 | 2D | 0 | 3D | EA | 22 | 1D |
| Octal | 61 | 66 | 143 | 63 | 55 | 0 | 75 | 352 | 42 | 35 |
| Binary | 110001 | 110110 | 1100011 | 110011 | 101101 | 0 | 111101 | 11101010 | 100010 | 11101 |
Color Harmonies of #313663
Complementary color
Monochromatic Colors of #313663
Black with #313663
Text Example
Text Example
White with #313663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313663; }
p { color: rgb(49,54,99); }
H1.HeaderClassName
{
color: #313663;
}
.AnyTagClassName
{
color: #313663;
}
</style>
background-color css
<style>
a { background-color: #313663; }
a { background-color: rgb(49,54,99); }
div.DivClassName
{
background-color: #313663;
}
.BgClassName
{
background-color: #313663;
}
</style>
border-color css
<style>
span { border-color: #313663; }
span { border-color: rgb(49,54,99); }
td.TdClassName
{
border-color: #313663;
}
.TagClassName
{
border-color: #313663;
}
</style>