Shades of Deep Koamaru #3C3D61
Tints of Deep Koamaru #3C3D61
RGB
CMYK
RGB Variations
Color information
#3C3D61 (or 0x3C3D61) is known color: Deep Koamaru. HEX triplet: 3C, 3D and 61. RGB value is (60,61,97). Sum of RGB (Red+Green+Blue) = 60+61+97=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3D61 is #C3C29E. Grayscale: #404040. Windows color (decimal): -12829343 or 6372668. OLE color: 6372668.
HSL color Cylindrical-coordinate representation of color #3C3D61: hue angle of 238.38º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C3D61 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 61 | 97 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.62 |
| HSL | 238.38º | 0.24% | 0.31% | - |
| HSV(B) | 238.38º | 0.38% | 0.38% | - |
| XYZ | 5.69 | 5.16 | 12.01 | - |
| YUV | 64.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 97 | 0.38 | 0.37 | 0 | 0.62 | 238.38 | 0.24 | 0.31 |
| Hex | 3C | 3D | 61 | 26 | 25 | 0 | 3E | EE | 18 | 1F |
| Octal | 74 | 75 | 141 | 46 | 45 | 0 | 76 | 356 | 30 | 37 |
| Binary | 111100 | 111101 | 1100001 | 100110 | 100101 | 0 | 111110 | 11101110 | 11000 | 11111 |
Color Harmonies of #3C3D61
Complementary color
Monochromatic Colors of #3C3D61
Black with #3C3D61
Text Example
Text Example
White with #3C3D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D61; }
p { color: rgb(60,61,97); }
H1.HeaderClassName
{
color: #3C3D61;
}
.AnyTagClassName
{
color: #3C3D61;
}
</style>
background-color css
<style>
a { background-color: #3C3D61; }
a { background-color: rgb(60,61,97); }
div.DivClassName
{
background-color: #3C3D61;
}
.BgClassName
{
background-color: #3C3D61;
}
</style>
border-color css
<style>
span { border-color: #3C3D61; }
span { border-color: rgb(60,61,97); }
td.TdClassName
{
border-color: #3C3D61;
}
.TagClassName
{
border-color: #3C3D61;
}
</style>