Shades of Deep Koamaru #3C3C60
Tints of Deep Koamaru #3C3C60
RGB
CMYK
RGB Variations
Color information
#3C3C60 (or 0x3C3C60) is known color: Deep Koamaru. HEX triplet: 3C, 3C and 60. RGB value is (60,60,96). Sum of RGB (Red+Green+Blue) = 60+60+96=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C3C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3C60 is #C3C39F. Grayscale: #3F3F3F. Windows color (decimal): -12829600 or 6306876. OLE color: 6306876.
HSL color Cylindrical-coordinate representation of color #3C3C60: hue angle of 240º 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 #3C3C60 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 60 | 96 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.62 |
| HSL | 240º | 0.23% | 0.31% | - |
| HSV(B) | 240º | 0.38% | 0.38% | - |
| XYZ | 5.59 | 5.04 | 11.74 | - |
| YUV | 64.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 96 | 0.38 | 0.38 | 0 | 0.62 | 240 | 0.23 | 0.31 |
| Hex | 3C | 3C | 60 | 26 | 26 | 0 | 3E | F0 | 17 | 1F |
| Octal | 74 | 74 | 140 | 46 | 46 | 0 | 76 | 360 | 27 | 37 |
| Binary | 111100 | 111100 | 1100000 | 100110 | 100110 | 0 | 111110 | 11110000 | 10111 | 11111 |
Color Harmonies of #3C3C60
Complementary color
Monochromatic Colors of #3C3C60
Black with #3C3C60
Text Example
Text Example
White with #3C3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3C60; }
p { color: rgb(60,60,96); }
H1.HeaderClassName
{
color: #3C3C60;
}
.AnyTagClassName
{
color: #3C3C60;
}
</style>
background-color css
<style>
a { background-color: #3C3C60; }
a { background-color: rgb(60,60,96); }
div.DivClassName
{
background-color: #3C3C60;
}
.BgClassName
{
background-color: #3C3C60;
}
</style>
border-color css
<style>
span { border-color: #3C3C60; }
span { border-color: rgb(60,60,96); }
td.TdClassName
{
border-color: #3C3C60;
}
.TagClassName
{
border-color: #3C3C60;
}
</style>