Shades of Deep Koamaru #313366
Tints of Deep Koamaru #313366
RGB
CMYK
RGB Variations
Color information
#313366 (or 0x313366) is known color: Deep Koamaru. HEX triplet: 31, 33 and 66. RGB value is (49,51,102). Sum of RGB (Red+Green+Blue) = 49+51+102=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #313366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313366 is #CECC99. Grayscale: #383838. Windows color (decimal): -13552794 or 6697777. OLE color: 6697777.
HSL color Cylindrical-coordinate representation of color #313366: hue angle of 237.74º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313366 is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 51 | 102 | - |
| CMYK | 0.52 | 0.5 | 0 | 0.6 |
| HSL | 237.74º | 0.35% | 0.3% | - |
| HSV(B) | 237.74º | 0.52% | 0.4% | - |
| XYZ | 4.85 | 3.98 | 13.08 | - |
| YUV | 56.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 102 | 0.52 | 0.5 | 0 | 0.6 | 237.74 | 0.35 | 0.3 |
| Hex | 31 | 33 | 66 | 34 | 32 | 0 | 3C | EE | 23 | 1E |
| Octal | 61 | 63 | 146 | 64 | 62 | 0 | 74 | 356 | 43 | 36 |
| Binary | 110001 | 110011 | 1100110 | 110100 | 110010 | 0 | 111100 | 11101110 | 100011 | 11110 |
Color Harmonies of #313366
Complementary color
Monochromatic Colors of #313366
Black with #313366
Text Example
Text Example
White with #313366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313366; }
p { color: rgb(49,51,102); }
H1.HeaderClassName
{
color: #313366;
}
.AnyTagClassName
{
color: #313366;
}
</style>
background-color css
<style>
a { background-color: #313366; }
a { background-color: rgb(49,51,102); }
div.DivClassName
{
background-color: #313366;
}
.BgClassName
{
background-color: #313366;
}
</style>
border-color css
<style>
span { border-color: #313366; }
span { border-color: rgb(49,51,102); }
td.TdClassName
{
border-color: #313366;
}
.TagClassName
{
border-color: #313366;
}
</style>