Shades of Deep Koamaru #3D3963
Tints of Deep Koamaru #3D3963
RGB
CMYK
RGB Variations
Color information
#3D3963 (or 0x3D3963) is known color: Deep Koamaru. HEX triplet: 3D, 39 and 63. RGB value is (61,57,99). Sum of RGB (Red+Green+Blue) = 61+57+99=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D3963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3963 is #C2C69C. Grayscale: #3E3E3E. Windows color (decimal): -12764829 or 6502717. OLE color: 6502717.
HSL color Cylindrical-coordinate representation of color #3D3963: hue angle of 245.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D3963 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 57 | 99 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.61 |
| HSL | 245.71º | 0.27% | 0.31% | - |
| HSV(B) | 245.71º | 0.42% | 0.39% | - |
| XYZ | 5.64 | 4.82 | 12.44 | - |
| YUV | 62.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 99 | 0.38 | 0.42 | 0 | 0.61 | 245.71 | 0.27 | 0.31 |
| Hex | 3D | 39 | 63 | 26 | 2A | 0 | 3D | F6 | 1B | 1F |
| Octal | 75 | 71 | 143 | 46 | 52 | 0 | 75 | 366 | 33 | 37 |
| Binary | 111101 | 111001 | 1100011 | 100110 | 101010 | 0 | 111101 | 11110110 | 11011 | 11111 |
Color Harmonies of #3D3963
Complementary color
Monochromatic Colors of #3D3963
Black with #3D3963
Text Example
Text Example
White with #3D3963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3963; }
p { color: rgb(61,57,99); }
H1.HeaderClassName
{
color: #3D3963;
}
.AnyTagClassName
{
color: #3D3963;
}
</style>
background-color css
<style>
a { background-color: #3D3963; }
a { background-color: rgb(61,57,99); }
div.DivClassName
{
background-color: #3D3963;
}
.BgClassName
{
background-color: #3D3963;
}
</style>
border-color css
<style>
span { border-color: #3D3963; }
span { border-color: rgb(61,57,99); }
td.TdClassName
{
border-color: #3D3963;
}
.TagClassName
{
border-color: #3D3963;
}
</style>