Shades of Deep Koamaru #3B366D
Tints of Deep Koamaru #3B366D
RGB
CMYK
RGB Variations
Color information
#3B366D (or 0x3B366D) is known color: Deep Koamaru. HEX triplet: 3B, 36 and 6D. RGB value is (59,54,109). Sum of RGB (Red+Green+Blue) = 59+54+109=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B366D is #C4C992. Grayscale: #3D3D3D. Windows color (decimal): -12896659 or 7157307. OLE color: 7157307.
HSL color Cylindrical-coordinate representation of color #3B366D: hue angle of 245.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B366D is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 54 | 109 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.57 |
| HSL | 245.45º | 0.34% | 0.32% | - |
| HSV(B) | 245.45º | 0.5% | 0.43% | - |
| XYZ | 5.88 | 4.67 | 15.06 | - |
| YUV | 61.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 109 | 0.46 | 0.50 | 0 | 0.57 | 245.45 | 0.34 | 0.32 |
| Hex | 3B | 36 | 6D | 2E | 32 | 0 | 39 | F5 | 22 | 20 |
| Octal | 73 | 66 | 155 | 56 | 62 | 0 | 71 | 365 | 42 | 40 |
| Binary | 111011 | 110110 | 1101101 | 101110 | 110010 | 0 | 111001 | 11110101 | 100010 | 100000 |
Color Harmonies of #3B366D
Complementary color
Monochromatic Colors of #3B366D
Black with #3B366D
Text Example
Text Example
White with #3B366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B366D; }
p { color: rgb(59,54,109); }
H1.HeaderClassName
{
color: #3B366D;
}
.AnyTagClassName
{
color: #3B366D;
}
</style>
background-color css
<style>
a { background-color: #3B366D; }
a { background-color: rgb(59,54,109); }
div.DivClassName
{
background-color: #3B366D;
}
.BgClassName
{
background-color: #3B366D;
}
</style>
border-color css
<style>
span { border-color: #3B366D; }
span { border-color: rgb(59,54,109); }
td.TdClassName
{
border-color: #3B366D;
}
.TagClassName
{
border-color: #3B366D;
}
</style>