Shades of Deep Koamaru #3C395E
Tints of Deep Koamaru #3C395E
RGB
CMYK
RGB Variations
Color information
#3C395E (or 0x3C395E) is known color: Deep Koamaru. HEX triplet: 3C, 39 and 5E. RGB value is (60,57,94). Sum of RGB (Red+Green+Blue) = 60+57+94=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C395E is #C3C6A1. Grayscale: #3D3D3D. Windows color (decimal): -12830370 or 6175036. OLE color: 6175036.
HSL color Cylindrical-coordinate representation of color #3C395E: hue angle of 244.86º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C395E is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 57 | 94 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.63 |
| HSL | 244.86º | 0.25% | 0.3% | - |
| HSV(B) | 244.86º | 0.39% | 0.37% | - |
| XYZ | 5.35 | 4.7 | 11.21 | - |
| YUV | 62.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 94 | 0.36 | 0.39 | 0 | 0.63 | 244.86 | 0.25 | 0.3 |
| Hex | 3C | 39 | 5E | 24 | 27 | 0 | 3F | F5 | 19 | 1E |
| Octal | 74 | 71 | 136 | 44 | 47 | 0 | 77 | 365 | 31 | 36 |
| Binary | 111100 | 111001 | 1011110 | 100100 | 100111 | 0 | 111111 | 11110101 | 11001 | 11110 |
Color Harmonies of #3C395E
Complementary color
Monochromatic Colors of #3C395E
Black with #3C395E
Text Example
Text Example
White with #3C395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C395E; }
p { color: rgb(60,57,94); }
H1.HeaderClassName
{
color: #3C395E;
}
.AnyTagClassName
{
color: #3C395E;
}
</style>
background-color css
<style>
a { background-color: #3C395E; }
a { background-color: rgb(60,57,94); }
div.DivClassName
{
background-color: #3C395E;
}
.BgClassName
{
background-color: #3C395E;
}
</style>
border-color css
<style>
span { border-color: #3C395E; }
span { border-color: rgb(60,57,94); }
td.TdClassName
{
border-color: #3C395E;
}
.TagClassName
{
border-color: #3C395E;
}
</style>