Shades of Deep Koamaru #3B3C59
Tints of Deep Koamaru #3B3C59
RGB
CMYK
RGB Variations
Color information
#3B3C59 (or 0x3B3C59) is known color: Deep Koamaru. HEX triplet: 3B, 3C and 59. RGB value is (59,60,89). Sum of RGB (Red+Green+Blue) = 59+60+89=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3C59 is #C4C3A6. Grayscale: #3E3E3E. Windows color (decimal): -12895143 or 5848123. OLE color: 5848123.
HSL color Cylindrical-coordinate representation of color #3B3C59: hue angle of 238º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B3C59 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 60 | 89 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.65 |
| HSL | 238º | 0.2% | 0.29% | - |
| HSV(B) | 238º | 0.34% | 0.35% | - |
| XYZ | 5.22 | 4.88 | 10.12 | - |
| YUV | 63.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 89 | 0.34 | 0.33 | 0 | 0.65 | 238 | 0.2 | 0.29 |
| Hex | 3B | 3C | 59 | 22 | 21 | 0 | 41 | EE | 14 | 1D |
| Octal | 73 | 74 | 131 | 42 | 41 | 0 | 101 | 356 | 24 | 35 |
| Binary | 111011 | 111100 | 1011001 | 100010 | 100001 | 0 | 1000001 | 11101110 | 10100 | 11101 |
Color Harmonies of #3B3C59
Complementary color
Monochromatic Colors of #3B3C59
Black with #3B3C59
Text Example
Text Example
White with #3B3C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C59; }
p { color: rgb(59,60,89); }
H1.HeaderClassName
{
color: #3B3C59;
}
.AnyTagClassName
{
color: #3B3C59;
}
</style>
background-color css
<style>
a { background-color: #3B3C59; }
a { background-color: rgb(59,60,89); }
div.DivClassName
{
background-color: #3B3C59;
}
.BgClassName
{
background-color: #3B3C59;
}
</style>
border-color css
<style>
span { border-color: #3B3C59; }
span { border-color: rgb(59,60,89); }
td.TdClassName
{
border-color: #3B3C59;
}
.TagClassName
{
border-color: #3B3C59;
}
</style>