Shades of Deep Koamaru #3C3D63
Tints of Deep Koamaru #3C3D63
RGB
CMYK
RGB Variations
Color information
#3C3D63 (or 0x3C3D63) is known color: Deep Koamaru. HEX triplet: 3C, 3D and 63. RGB value is (60,61,99). Sum of RGB (Red+Green+Blue) = 60+61+99=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C3D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3D63 is #C3C29C. Grayscale: #404040. Windows color (decimal): -12829341 or 6503740. OLE color: 6503740.
HSL color Cylindrical-coordinate representation of color #3C3D63: hue angle of 238.46º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C3D63 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 61 | 99 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.61 |
| HSL | 238.46º | 0.25% | 0.31% | - |
| HSV(B) | 238.46º | 0.39% | 0.39% | - |
| XYZ | 5.78 | 5.2 | 12.5 | - |
| YUV | 65.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 99 | 0.39 | 0.38 | 0 | 0.61 | 238.46 | 0.25 | 0.31 |
| Hex | 3C | 3D | 63 | 27 | 26 | 0 | 3D | EE | 19 | 1F |
| Octal | 74 | 75 | 143 | 47 | 46 | 0 | 75 | 356 | 31 | 37 |
| Binary | 111100 | 111101 | 1100011 | 100111 | 100110 | 0 | 111101 | 11101110 | 11001 | 11111 |
Color Harmonies of #3C3D63
Complementary color
Monochromatic Colors of #3C3D63
Black with #3C3D63
Text Example
Text Example
White with #3C3D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D63; }
p { color: rgb(60,61,99); }
H1.HeaderClassName
{
color: #3C3D63;
}
.AnyTagClassName
{
color: #3C3D63;
}
</style>
background-color css
<style>
a { background-color: #3C3D63; }
a { background-color: rgb(60,61,99); }
div.DivClassName
{
background-color: #3C3D63;
}
.BgClassName
{
background-color: #3C3D63;
}
</style>
border-color css
<style>
span { border-color: #3C3D63; }
span { border-color: rgb(60,61,99); }
td.TdClassName
{
border-color: #3C3D63;
}
.TagClassName
{
border-color: #3C3D63;
}
</style>