Shades of Deep Koamaru #3E3E60
Tints of Deep Koamaru #3E3E60
RGB
CMYK
RGB Variations
Color information
#3E3E60 (or 0x3E3E60) is known color: Deep Koamaru. HEX triplet: 3E, 3E and 60. RGB value is (62,62,96). Sum of RGB (Red+Green+Blue) = 62+62+96=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3E60 is #C1C19F. Grayscale: #414141. Windows color (decimal): -12698016 or 6307390. OLE color: 6307390.
HSL color Cylindrical-coordinate representation of color #3E3E60: hue angle of 240º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3E60 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 62 | 96 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.62 |
| HSL | 240º | 0.22% | 0.31% | - |
| HSV(B) | 240º | 0.35% | 0.38% | - |
| XYZ | 5.82 | 5.31 | 11.79 | - |
| YUV | 65.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 62 | 96 | 0.35 | 0.35 | 0 | 0.62 | 240 | 0.22 | 0.31 |
| Hex | 3E | 3E | 60 | 23 | 23 | 0 | 3E | F0 | 16 | 1F |
| Octal | 76 | 76 | 140 | 43 | 43 | 0 | 76 | 360 | 26 | 37 |
| Binary | 111110 | 111110 | 1100000 | 100011 | 100011 | 0 | 111110 | 11110000 | 10110 | 11111 |
Color Harmonies of #3E3E60
Complementary color
Monochromatic Colors of #3E3E60
Black with #3E3E60
Text Example
Text Example
White with #3E3E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E60; }
p { color: rgb(62,62,96); }
H1.HeaderClassName
{
color: #3E3E60;
}
.AnyTagClassName
{
color: #3E3E60;
}
</style>
background-color css
<style>
a { background-color: #3E3E60; }
a { background-color: rgb(62,62,96); }
div.DivClassName
{
background-color: #3E3E60;
}
.BgClassName
{
background-color: #3E3E60;
}
</style>
border-color css
<style>
span { border-color: #3E3E60; }
span { border-color: rgb(62,62,96); }
td.TdClassName
{
border-color: #3E3E60;
}
.TagClassName
{
border-color: #3E3E60;
}
</style>