Shades of Deep Koamaru #3B3958
Tints of Deep Koamaru #3B3958
RGB
CMYK
RGB Variations
Color information
#3B3958 (or 0x3B3958) is known color: Deep Koamaru. HEX triplet: 3B, 39 and 58. RGB value is (59,57,88). Sum of RGB (Red+Green+Blue) = 59+57+88=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B3958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3958 is #C4C6A7. Grayscale: #3D3D3D. Windows color (decimal): -12895912 or 5781819. OLE color: 5781819.
HSL color Cylindrical-coordinate representation of color #3B3958: hue angle of 243.87º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B3958 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 57 | 88 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.65 |
| HSL | 243.87º | 0.21% | 0.28% | - |
| HSV(B) | 243.87º | 0.35% | 0.35% | - |
| XYZ | 5.03 | 4.56 | 9.85 | - |
| YUV | 61.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 88 | 0.33 | 0.35 | 0 | 0.65 | 243.87 | 0.21 | 0.28 |
| Hex | 3B | 39 | 58 | 21 | 23 | 0 | 41 | F4 | 15 | 1C |
| Octal | 73 | 71 | 130 | 41 | 43 | 0 | 101 | 364 | 25 | 34 |
| Binary | 111011 | 111001 | 1011000 | 100001 | 100011 | 0 | 1000001 | 11110100 | 10101 | 11100 |
Color Harmonies of #3B3958
Complementary color
Monochromatic Colors of #3B3958
Black with #3B3958
Text Example
Text Example
White with #3B3958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3958; }
p { color: rgb(59,57,88); }
H1.HeaderClassName
{
color: #3B3958;
}
.AnyTagClassName
{
color: #3B3958;
}
</style>
background-color css
<style>
a { background-color: #3B3958; }
a { background-color: rgb(59,57,88); }
div.DivClassName
{
background-color: #3B3958;
}
.BgClassName
{
background-color: #3B3958;
}
</style>
border-color css
<style>
span { border-color: #3B3958; }
span { border-color: rgb(59,57,88); }
td.TdClassName
{
border-color: #3B3958;
}
.TagClassName
{
border-color: #3B3958;
}
</style>