Shades of Deep Koamaru #3C386C
Tints of Deep Koamaru #3C386C
RGB
CMYK
RGB Variations
Color information
#3C386C (or 0x3C386C) is known color: Deep Koamaru. HEX triplet: 3C, 38 and 6C. RGB value is (60,56,108). Sum of RGB (Red+Green+Blue) = 60+56+108=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C386C is #C3C793. Grayscale: #3E3E3E. Windows color (decimal): -12830612 or 7092284. OLE color: 7092284.
HSL color Cylindrical-coordinate representation of color #3C386C: hue angle of 244.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C386C is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 56 | 108 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.58 |
| HSL | 244.62º | 0.32% | 0.32% | - |
| HSV(B) | 244.62º | 0.48% | 0.42% | - |
| XYZ | 5.98 | 4.87 | 14.81 | - |
| YUV | 63.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 108 | 0.44 | 0.48 | 0 | 0.58 | 244.62 | 0.32 | 0.32 |
| Hex | 3C | 38 | 6C | 2C | 30 | 0 | 3A | F5 | 20 | 20 |
| Octal | 74 | 70 | 154 | 54 | 60 | 0 | 72 | 365 | 40 | 40 |
| Binary | 111100 | 111000 | 1101100 | 101100 | 110000 | 0 | 111010 | 11110101 | 100000 | 100000 |
Color Harmonies of #3C386C
Complementary color
Monochromatic Colors of #3C386C
Black with #3C386C
Text Example
Text Example
White with #3C386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C386C; }
p { color: rgb(60,56,108); }
H1.HeaderClassName
{
color: #3C386C;
}
.AnyTagClassName
{
color: #3C386C;
}
</style>
background-color css
<style>
a { background-color: #3C386C; }
a { background-color: rgb(60,56,108); }
div.DivClassName
{
background-color: #3C386C;
}
.BgClassName
{
background-color: #3C386C;
}
</style>
border-color css
<style>
span { border-color: #3C386C; }
span { border-color: rgb(60,56,108); }
td.TdClassName
{
border-color: #3C386C;
}
.TagClassName
{
border-color: #3C386C;
}
</style>