Shades of Deep Koamaru #3E3C60
Tints of Deep Koamaru #3E3C60
RGB
CMYK
RGB Variations
Color information
#3E3C60 (or 0x3E3C60) is known color: Deep Koamaru. HEX triplet: 3E, 3C and 60. RGB value is (62,60,96). Sum of RGB (Red+Green+Blue) = 62+60+96=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3C60 is #C1C39F. Grayscale: #404040. Windows color (decimal): -12698528 or 6306878. OLE color: 6306878.
HSL color Cylindrical-coordinate representation of color #3E3C60: hue angle of 243.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E3C60 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 60 | 96 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.62 |
| HSL | 243.33º | 0.23% | 0.31% | - |
| HSV(B) | 243.33º | 0.38% | 0.38% | - |
| XYZ | 5.71 | 5.1 | 11.75 | - |
| YUV | 64.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 96 | 0.35 | 0.38 | 0 | 0.62 | 243.33 | 0.23 | 0.31 |
| Hex | 3E | 3C | 60 | 23 | 26 | 0 | 3E | F3 | 17 | 1F |
| Octal | 76 | 74 | 140 | 43 | 46 | 0 | 76 | 363 | 27 | 37 |
| Binary | 111110 | 111100 | 1100000 | 100011 | 100110 | 0 | 111110 | 11110011 | 10111 | 11111 |
Color Harmonies of #3E3C60
Complementary color
Monochromatic Colors of #3E3C60
Black with #3E3C60
Text Example
Text Example
White with #3E3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C60; }
p { color: rgb(62,60,96); }
H1.HeaderClassName
{
color: #3E3C60;
}
.AnyTagClassName
{
color: #3E3C60;
}
</style>
background-color css
<style>
a { background-color: #3E3C60; }
a { background-color: rgb(62,60,96); }
div.DivClassName
{
background-color: #3E3C60;
}
.BgClassName
{
background-color: #3E3C60;
}
</style>
border-color css
<style>
span { border-color: #3E3C60; }
span { border-color: rgb(62,60,96); }
td.TdClassName
{
border-color: #3E3C60;
}
.TagClassName
{
border-color: #3E3C60;
}
</style>