Shades of Deep Koamaru #3C396A
Tints of Deep Koamaru #3C396A
RGB
CMYK
RGB Variations
Color information
#3C396A (or 0x3C396A) is known color: Deep Koamaru. HEX triplet: 3C, 39 and 6A. RGB value is (60,57,106). Sum of RGB (Red+Green+Blue) = 60+57+106=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C396A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C396A is #C3C695. Grayscale: #3F3F3F. Windows color (decimal): -12830358 or 6961468. OLE color: 6961468.
HSL color Cylindrical-coordinate representation of color #3C396A: hue angle of 243.67º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C396A is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 57 | 106 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.58 |
| HSL | 243.67º | 0.3% | 0.32% | - |
| HSV(B) | 243.67º | 0.46% | 0.42% | - |
| XYZ | 5.93 | 4.93 | 14.27 | - |
| YUV | 63.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 106 | 0.43 | 0.46 | 0 | 0.58 | 243.67 | 0.3 | 0.32 |
| Hex | 3C | 39 | 6A | 2B | 2E | 0 | 3A | F4 | 1E | 20 |
| Octal | 74 | 71 | 152 | 53 | 56 | 0 | 72 | 364 | 36 | 40 |
| Binary | 111100 | 111001 | 1101010 | 101011 | 101110 | 0 | 111010 | 11110100 | 11110 | 100000 |
Color Harmonies of #3C396A
Complementary color
Monochromatic Colors of #3C396A
Black with #3C396A
Text Example
Text Example
White with #3C396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C396A; }
p { color: rgb(60,57,106); }
H1.HeaderClassName
{
color: #3C396A;
}
.AnyTagClassName
{
color: #3C396A;
}
</style>
background-color css
<style>
a { background-color: #3C396A; }
a { background-color: rgb(60,57,106); }
div.DivClassName
{
background-color: #3C396A;
}
.BgClassName
{
background-color: #3C396A;
}
</style>
border-color css
<style>
span { border-color: #3C396A; }
span { border-color: rgb(60,57,106); }
td.TdClassName
{
border-color: #3C396A;
}
.TagClassName
{
border-color: #3C396A;
}
</style>