Shades of Deep Koamaru #3B395E
Tints of Deep Koamaru #3B395E
RGB
CMYK
RGB Variations
Color information
#3B395E (or 0x3B395E) is known color: Deep Koamaru. HEX triplet: 3B, 39 and 5E. RGB value is (59,57,94). Sum of RGB (Red+Green+Blue) = 59+57+94=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B395E is #C4C6A1. Grayscale: #3D3D3D. Windows color (decimal): -12895906 or 6175035. OLE color: 6175035.
HSL color Cylindrical-coordinate representation of color #3B395E: hue angle of 243.24º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B395E is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 57 | 94 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.63 |
| HSL | 243.24º | 0.25% | 0.3% | - |
| HSV(B) | 243.24º | 0.39% | 0.37% | - |
| XYZ | 5.29 | 4.66 | 11.21 | - |
| YUV | 61.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 94 | 0.37 | 0.39 | 0 | 0.63 | 243.24 | 0.25 | 0.3 |
| Hex | 3B | 39 | 5E | 25 | 27 | 0 | 3F | F3 | 19 | 1E |
| Octal | 73 | 71 | 136 | 45 | 47 | 0 | 77 | 363 | 31 | 36 |
| Binary | 111011 | 111001 | 1011110 | 100101 | 100111 | 0 | 111111 | 11110011 | 11001 | 11110 |
Color Harmonies of #3B395E
Complementary color
Monochromatic Colors of #3B395E
Black with #3B395E
Text Example
Text Example
White with #3B395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B395E; }
p { color: rgb(59,57,94); }
H1.HeaderClassName
{
color: #3B395E;
}
.AnyTagClassName
{
color: #3B395E;
}
</style>
background-color css
<style>
a { background-color: #3B395E; }
a { background-color: rgb(59,57,94); }
div.DivClassName
{
background-color: #3B395E;
}
.BgClassName
{
background-color: #3B395E;
}
</style>
border-color css
<style>
span { border-color: #3B395E; }
span { border-color: rgb(59,57,94); }
td.TdClassName
{
border-color: #3B395E;
}
.TagClassName
{
border-color: #3B395E;
}
</style>