Shades of Deep Koamaru #3B3C66
Tints of Deep Koamaru #3B3C66
RGB
CMYK
RGB Variations
Color information
#3B3C66 (or 0x3B3C66) is known color: Deep Koamaru. HEX triplet: 3B, 3C and 66. RGB value is (59,60,102). Sum of RGB (Red+Green+Blue) = 59+60+102=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 60 (23.83% from 255 or 27.15% 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 #3B3C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3C66 is #C4C399. Grayscale: #404040. Windows color (decimal): -12895130 or 6700091. OLE color: 6700091.
HSL color Cylindrical-coordinate representation of color #3B3C66: hue angle of 238.6º 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 #3B3C66 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 60 | 102 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.6 |
| HSL | 238.6º | 0.27% | 0.32% | - |
| HSV(B) | 238.6º | 0.42% | 0.4% | - |
| XYZ | 5.82 | 5.12 | 13.25 | - |
| YUV | 64.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 102 | 0.42 | 0.41 | 0 | 0.6 | 238.6 | 0.27 | 0.32 |
| Hex | 3B | 3C | 66 | 2A | 29 | 0 | 3C | EF | 1B | 20 |
| Octal | 73 | 74 | 146 | 52 | 51 | 0 | 74 | 357 | 33 | 40 |
| Binary | 111011 | 111100 | 1100110 | 101010 | 101001 | 0 | 111100 | 11101111 | 11011 | 100000 |
Color Harmonies of #3B3C66
Complementary color
Monochromatic Colors of #3B3C66
Black with #3B3C66
Text Example
Text Example
White with #3B3C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C66; }
p { color: rgb(59,60,102); }
H1.HeaderClassName
{
color: #3B3C66;
}
.AnyTagClassName
{
color: #3B3C66;
}
</style>
background-color css
<style>
a { background-color: #3B3C66; }
a { background-color: rgb(59,60,102); }
div.DivClassName
{
background-color: #3B3C66;
}
.BgClassName
{
background-color: #3B3C66;
}
</style>
border-color css
<style>
span { border-color: #3B3C66; }
span { border-color: rgb(59,60,102); }
td.TdClassName
{
border-color: #3B3C66;
}
.TagClassName
{
border-color: #3B3C66;
}
</style>