Shades of Deep Koamaru #3C3866
Tints of Deep Koamaru #3C3866
RGB
CMYK
RGB Variations
Color information
#3C3866 (or 0x3C3866) is known color: Deep Koamaru. HEX triplet: 3C, 38 and 66. RGB value is (60,56,102). Sum of RGB (Red+Green+Blue) = 60+56+102=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C3866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3866 is #C3C799. Grayscale: #3E3E3E. Windows color (decimal): -12830618 or 6699068. OLE color: 6699068.
HSL color Cylindrical-coordinate representation of color #3C3866: hue angle of 245.22º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C3866 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 56 | 102 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.6 |
| HSL | 245.22º | 0.29% | 0.31% | - |
| HSV(B) | 245.22º | 0.45% | 0.4% | - |
| XYZ | 5.68 | 4.75 | 13.19 | - |
| YUV | 62.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 102 | 0.41 | 0.45 | 0 | 0.6 | 245.22 | 0.29 | 0.31 |
| Hex | 3C | 38 | 66 | 29 | 2D | 0 | 3C | F5 | 1D | 1F |
| Octal | 74 | 70 | 146 | 51 | 55 | 0 | 74 | 365 | 35 | 37 |
| Binary | 111100 | 111000 | 1100110 | 101001 | 101101 | 0 | 111100 | 11110101 | 11101 | 11111 |
Color Harmonies of #3C3866
Complementary color
Monochromatic Colors of #3C3866
Black with #3C3866
Text Example
Text Example
White with #3C3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3866; }
p { color: rgb(60,56,102); }
H1.HeaderClassName
{
color: #3C3866;
}
.AnyTagClassName
{
color: #3C3866;
}
</style>
background-color css
<style>
a { background-color: #3C3866; }
a { background-color: rgb(60,56,102); }
div.DivClassName
{
background-color: #3C3866;
}
.BgClassName
{
background-color: #3C3866;
}
</style>
border-color css
<style>
span { border-color: #3C3866; }
span { border-color: rgb(60,56,102); }
td.TdClassName
{
border-color: #3C3866;
}
.TagClassName
{
border-color: #3C3866;
}
</style>