Shades of Deep Koamaru #3C3770
Tints of Deep Koamaru #3C3770
RGB
CMYK
RGB Variations
Color information
#3C3770 (or 0x3C3770) is known color: Deep Koamaru. HEX triplet: 3C, 37 and 70. RGB value is (60,55,112). Sum of RGB (Red+Green+Blue) = 60+55+112=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3770 is #C3C88F. Grayscale: #3E3E3E. Windows color (decimal): -12830864 or 7354172. OLE color: 7354172.
HSL color Cylindrical-coordinate representation of color #3C3770: hue angle of 245.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C3770 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 55 | 112 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.56 |
| HSL | 245.26º | 0.34% | 0.33% | - |
| HSV(B) | 245.26º | 0.51% | 0.44% | - |
| XYZ | 6.15 | 4.86 | 15.94 | - |
| YUV | 62.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 112 | 0.46 | 0.51 | 0 | 0.56 | 245.26 | 0.34 | 0.33 |
| Hex | 3C | 37 | 70 | 2E | 33 | 0 | 38 | F5 | 22 | 21 |
| Octal | 74 | 67 | 160 | 56 | 63 | 0 | 70 | 365 | 42 | 41 |
| Binary | 111100 | 110111 | 1110000 | 101110 | 110011 | 0 | 111000 | 11110101 | 100010 | 100001 |
Color Harmonies of #3C3770
Complementary color
Monochromatic Colors of #3C3770
Black with #3C3770
Text Example
Text Example
White with #3C3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3770; }
p { color: rgb(60,55,112); }
H1.HeaderClassName
{
color: #3C3770;
}
.AnyTagClassName
{
color: #3C3770;
}
</style>
background-color css
<style>
a { background-color: #3C3770; }
a { background-color: rgb(60,55,112); }
div.DivClassName
{
background-color: #3C3770;
}
.BgClassName
{
background-color: #3C3770;
}
</style>
border-color css
<style>
span { border-color: #3C3770; }
span { border-color: rgb(60,55,112); }
td.TdClassName
{
border-color: #3C3770;
}
.TagClassName
{
border-color: #3C3770;
}
</style>