Shades of Deep Koamaru #39385D
Tints of Deep Koamaru #39385D
RGB
CMYK
RGB Variations
Color information
#39385D (or 0x39385D) is known color: Deep Koamaru. HEX triplet: 39, 38 and 5D. RGB value is (57,56,93). Sum of RGB (Red+Green+Blue) = 57+56+93=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #39385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39385D is #C6C7A2. Grayscale: #3C3C3C. Windows color (decimal): -13027235 or 6109241. OLE color: 6109241.
HSL color Cylindrical-coordinate representation of color #39385D: hue angle of 241.62º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #39385D is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 56 | 93 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.64 |
| HSL | 241.62º | 0.25% | 0.29% | - |
| HSV(B) | 241.62º | 0.4% | 0.36% | - |
| XYZ | 5.08 | 4.49 | 10.95 | - |
| YUV | 60.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 93 | 0.39 | 0.40 | 0 | 0.64 | 241.62 | 0.25 | 0.29 |
| Hex | 39 | 38 | 5D | 27 | 28 | 0 | 40 | F2 | 19 | 1D |
| Octal | 71 | 70 | 135 | 47 | 50 | 0 | 100 | 362 | 31 | 35 |
| Binary | 111001 | 111000 | 1011101 | 100111 | 101000 | 0 | 1000000 | 11110010 | 11001 | 11101 |
Color Harmonies of #39385D
Complementary color
Monochromatic Colors of #39385D
Black with #39385D
Text Example
Text Example
White with #39385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39385D; }
p { color: rgb(57,56,93); }
H1.HeaderClassName
{
color: #39385D;
}
.AnyTagClassName
{
color: #39385D;
}
</style>
background-color css
<style>
a { background-color: #39385D; }
a { background-color: rgb(57,56,93); }
div.DivClassName
{
background-color: #39385D;
}
.BgClassName
{
background-color: #39385D;
}
</style>
border-color css
<style>
span { border-color: #39385D; }
span { border-color: rgb(57,56,93); }
td.TdClassName
{
border-color: #39385D;
}
.TagClassName
{
border-color: #39385D;
}
</style>