Shades of Deep Koamaru #3D3C62
Tints of Deep Koamaru #3D3C62
RGB
CMYK
RGB Variations
Color information
#3D3C62 (or 0x3D3C62) is known color: Deep Koamaru. HEX triplet: 3D, 3C and 62. RGB value is (61,60,98). Sum of RGB (Red+Green+Blue) = 61+60+98=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D3C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C62 is #C2C39D. Grayscale: #404040. Windows color (decimal): -12764062 or 6437949. OLE color: 6437949.
HSL color Cylindrical-coordinate representation of color #3D3C62: hue angle of 241.58º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D3C62 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 60 | 98 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.62 |
| HSL | 241.58º | 0.24% | 0.31% | - |
| HSV(B) | 241.58º | 0.39% | 0.38% | - |
| XYZ | 5.74 | 5.11 | 12.24 | - |
| YUV | 64.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 98 | 0.38 | 0.39 | 0 | 0.62 | 241.58 | 0.24 | 0.31 |
| Hex | 3D | 3C | 62 | 26 | 27 | 0 | 3E | F2 | 18 | 1F |
| Octal | 75 | 74 | 142 | 46 | 47 | 0 | 76 | 362 | 30 | 37 |
| Binary | 111101 | 111100 | 1100010 | 100110 | 100111 | 0 | 111110 | 11110010 | 11000 | 11111 |
Color Harmonies of #3D3C62
Complementary color
Monochromatic Colors of #3D3C62
Black with #3D3C62
Text Example
Text Example
White with #3D3C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C62; }
p { color: rgb(61,60,98); }
H1.HeaderClassName
{
color: #3D3C62;
}
.AnyTagClassName
{
color: #3D3C62;
}
</style>
background-color css
<style>
a { background-color: #3D3C62; }
a { background-color: rgb(61,60,98); }
div.DivClassName
{
background-color: #3D3C62;
}
.BgClassName
{
background-color: #3D3C62;
}
</style>
border-color css
<style>
span { border-color: #3D3C62; }
span { border-color: rgb(61,60,98); }
td.TdClassName
{
border-color: #3D3C62;
}
.TagClassName
{
border-color: #3D3C62;
}
</style>