Shades of Deep Koamaru #39356D
Tints of Deep Koamaru #39356D
RGB
CMYK
RGB Variations
Color information
#39356D (or 0x39356D) is known color: Deep Koamaru. HEX triplet: 39, 35 and 6D. RGB value is (57,53,109). Sum of RGB (Red+Green+Blue) = 57+53+109=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #39356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39356D is #C6CA92. Grayscale: #3C3C3C. Windows color (decimal): -13027987 or 7157049. OLE color: 7157049.
HSL color Cylindrical-coordinate representation of color #39356D: hue angle of 244.29º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39356D is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 53 | 109 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.57 |
| HSL | 244.29º | 0.35% | 0.32% | - |
| HSV(B) | 244.29º | 0.51% | 0.43% | - |
| XYZ | 5.72 | 4.52 | 15.04 | - |
| YUV | 60.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 109 | 0.48 | 0.51 | 0 | 0.57 | 244.29 | 0.35 | 0.32 |
| Hex | 39 | 35 | 6D | 30 | 33 | 0 | 39 | F4 | 23 | 20 |
| Octal | 71 | 65 | 155 | 60 | 63 | 0 | 71 | 364 | 43 | 40 |
| Binary | 111001 | 110101 | 1101101 | 110000 | 110011 | 0 | 111001 | 11110100 | 100011 | 100000 |
Color Harmonies of #39356D
Complementary color
Monochromatic Colors of #39356D
Black with #39356D
Text Example
Text Example
White with #39356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39356D; }
p { color: rgb(57,53,109); }
H1.HeaderClassName
{
color: #39356D;
}
.AnyTagClassName
{
color: #39356D;
}
</style>
background-color css
<style>
a { background-color: #39356D; }
a { background-color: rgb(57,53,109); }
div.DivClassName
{
background-color: #39356D;
}
.BgClassName
{
background-color: #39356D;
}
</style>
border-color css
<style>
span { border-color: #39356D; }
span { border-color: rgb(57,53,109); }
td.TdClassName
{
border-color: #39356D;
}
.TagClassName
{
border-color: #39356D;
}
</style>