Shades of Deep Koamaru #3E3B63
Tints of Deep Koamaru #3E3B63
RGB
CMYK
RGB Variations
Color information
#3E3B63 (or 0x3E3B63) is known color: Deep Koamaru. HEX triplet: 3E, 3B and 63. RGB value is (62,59,99). Sum of RGB (Red+Green+Blue) = 62+59+99=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E3B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3B63 is #C1C49C. Grayscale: #404040. Windows color (decimal): -12698781 or 6503230. OLE color: 6503230.
HSL color Cylindrical-coordinate representation of color #3E3B63: hue angle of 244.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3B63 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 59 | 99 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.61 |
| HSL | 244.5º | 0.25% | 0.31% | - |
| HSV(B) | 244.5º | 0.4% | 0.39% | - |
| XYZ | 5.8 | 5.05 | 12.47 | - |
| YUV | 64.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 99 | 0.37 | 0.40 | 0 | 0.61 | 244.5 | 0.25 | 0.31 |
| Hex | 3E | 3B | 63 | 25 | 28 | 0 | 3D | F4 | 19 | 1F |
| Octal | 76 | 73 | 143 | 45 | 50 | 0 | 75 | 364 | 31 | 37 |
| Binary | 111110 | 111011 | 1100011 | 100101 | 101000 | 0 | 111101 | 11110100 | 11001 | 11111 |
Color Harmonies of #3E3B63
Complementary color
Monochromatic Colors of #3E3B63
Black with #3E3B63
Text Example
Text Example
White with #3E3B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B63; }
p { color: rgb(62,59,99); }
H1.HeaderClassName
{
color: #3E3B63;
}
.AnyTagClassName
{
color: #3E3B63;
}
</style>
background-color css
<style>
a { background-color: #3E3B63; }
a { background-color: rgb(62,59,99); }
div.DivClassName
{
background-color: #3E3B63;
}
.BgClassName
{
background-color: #3E3B63;
}
</style>
border-color css
<style>
span { border-color: #3E3B63; }
span { border-color: rgb(62,59,99); }
td.TdClassName
{
border-color: #3E3B63;
}
.TagClassName
{
border-color: #3E3B63;
}
</style>