Shades of Deep Koamaru #39356E
Tints of Deep Koamaru #39356E
RGB
CMYK
RGB Variations
Color information
#39356E (or 0x39356E) is known color: Deep Koamaru. HEX triplet: 39, 35 and 6E. RGB value is (57,53,110). Sum of RGB (Red+Green+Blue) = 57+53+110=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #39356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39356E is #C6CA91. Grayscale: #3C3C3C. Windows color (decimal): -13027986 or 7222585. OLE color: 7222585.
HSL color Cylindrical-coordinate representation of color #39356E: hue angle of 244.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39356E is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 53 | 110 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.57 |
| HSL | 244.21º | 0.35% | 0.32% | - |
| HSV(B) | 244.21º | 0.52% | 0.43% | - |
| XYZ | 5.77 | 4.54 | 15.32 | - |
| YUV | 60.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 110 | 0.48 | 0.52 | 0 | 0.57 | 244.21 | 0.35 | 0.32 |
| Hex | 39 | 35 | 6E | 30 | 34 | 0 | 39 | F4 | 23 | 20 |
| Octal | 71 | 65 | 156 | 60 | 64 | 0 | 71 | 364 | 43 | 40 |
| Binary | 111001 | 110101 | 1101110 | 110000 | 110100 | 0 | 111001 | 11110100 | 100011 | 100000 |
Color Harmonies of #39356E
Complementary color
Monochromatic Colors of #39356E
Black with #39356E
Text Example
Text Example
White with #39356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39356E; }
p { color: rgb(57,53,110); }
H1.HeaderClassName
{
color: #39356E;
}
.AnyTagClassName
{
color: #39356E;
}
</style>
background-color css
<style>
a { background-color: #39356E; }
a { background-color: rgb(57,53,110); }
div.DivClassName
{
background-color: #39356E;
}
.BgClassName
{
background-color: #39356E;
}
</style>
border-color css
<style>
span { border-color: #39356E; }
span { border-color: rgb(57,53,110); }
td.TdClassName
{
border-color: #39356E;
}
.TagClassName
{
border-color: #39356E;
}
</style>