Shades of Deep Koamaru #3C376C
Tints of Deep Koamaru #3C376C
RGB
CMYK
RGB Variations
Color information
#3C376C (or 0x3C376C) is known color: Deep Koamaru. HEX triplet: 3C, 37 and 6C. RGB value is (60,55,108). Sum of RGB (Red+Green+Blue) = 60+55+108=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C376C is #C3C893. Grayscale: #3E3E3E. Windows color (decimal): -12830868 or 7092028. OLE color: 7092028.
HSL color Cylindrical-coordinate representation of color #3C376C: hue angle of 245.66º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C376C is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 55 | 108 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.58 |
| HSL | 245.66º | 0.33% | 0.32% | - |
| HSV(B) | 245.66º | 0.49% | 0.42% | - |
| XYZ | 5.94 | 4.78 | 14.8 | - |
| YUV | 62.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 108 | 0.44 | 0.49 | 0 | 0.58 | 245.66 | 0.33 | 0.32 |
| Hex | 3C | 37 | 6C | 2C | 31 | 0 | 3A | F6 | 21 | 20 |
| Octal | 74 | 67 | 154 | 54 | 61 | 0 | 72 | 366 | 41 | 40 |
| Binary | 111100 | 110111 | 1101100 | 101100 | 110001 | 0 | 111010 | 11110110 | 100001 | 100000 |
Color Harmonies of #3C376C
Complementary color
Monochromatic Colors of #3C376C
Black with #3C376C
Text Example
Text Example
White with #3C376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C376C; }
p { color: rgb(60,55,108); }
H1.HeaderClassName
{
color: #3C376C;
}
.AnyTagClassName
{
color: #3C376C;
}
</style>
background-color css
<style>
a { background-color: #3C376C; }
a { background-color: rgb(60,55,108); }
div.DivClassName
{
background-color: #3C376C;
}
.BgClassName
{
background-color: #3C376C;
}
</style>
border-color css
<style>
span { border-color: #3C376C; }
span { border-color: rgb(60,55,108); }
td.TdClassName
{
border-color: #3C376C;
}
.TagClassName
{
border-color: #3C376C;
}
</style>