Shades of Deep Koamaru #3C3B66
Tints of Deep Koamaru #3C3B66
RGB
CMYK
RGB Variations
Color information
#3C3B66 (or 0x3C3B66) is known color: Deep Koamaru. HEX triplet: 3C, 3B and 66. RGB value is (60,59,102). Sum of RGB (Red+Green+Blue) = 60+59+102=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C3B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B66 is #C3C499. Grayscale: #404040. Windows color (decimal): -12829850 or 6699836. OLE color: 6699836.
HSL color Cylindrical-coordinate representation of color #3C3B66: hue angle of 241.4º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C3B66 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 59 | 102 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.6 |
| HSL | 241.4º | 0.27% | 0.32% | - |
| HSV(B) | 241.4º | 0.42% | 0.4% | - |
| XYZ | 5.83 | 5.05 | 13.24 | - |
| YUV | 64.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 102 | 0.41 | 0.42 | 0 | 0.6 | 241.4 | 0.27 | 0.32 |
| Hex | 3C | 3B | 66 | 29 | 2A | 0 | 3C | F1 | 1B | 20 |
| Octal | 74 | 73 | 146 | 51 | 52 | 0 | 74 | 361 | 33 | 40 |
| Binary | 111100 | 111011 | 1100110 | 101001 | 101010 | 0 | 111100 | 11110001 | 11011 | 100000 |
Color Harmonies of #3C3B66
Complementary color
Monochromatic Colors of #3C3B66
Black with #3C3B66
Text Example
Text Example
White with #3C3B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B66; }
p { color: rgb(60,59,102); }
H1.HeaderClassName
{
color: #3C3B66;
}
.AnyTagClassName
{
color: #3C3B66;
}
</style>
background-color css
<style>
a { background-color: #3C3B66; }
a { background-color: rgb(60,59,102); }
div.DivClassName
{
background-color: #3C3B66;
}
.BgClassName
{
background-color: #3C3B66;
}
</style>
border-color css
<style>
span { border-color: #3C3B66; }
span { border-color: rgb(60,59,102); }
td.TdClassName
{
border-color: #3C3B66;
}
.TagClassName
{
border-color: #3C3B66;
}
</style>