Shades of Deep Koamaru #39385C
Tints of Deep Koamaru #39385C
RGB
CMYK
RGB Variations
Color information
#39385C (or 0x39385C) is known color: Deep Koamaru. HEX triplet: 39, 38 and 5C. RGB value is (57,56,92). Sum of RGB (Red+Green+Blue) = 57+56+92=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #39385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39385C is #C6C7A3. Grayscale: #3C3C3C. Windows color (decimal): -13027236 or 6043705. OLE color: 6043705.
HSL color Cylindrical-coordinate representation of color #39385C: hue angle of 241.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39385C is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 56 | 92 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.64 |
| HSL | 241.67º | 0.24% | 0.29% | - |
| HSV(B) | 241.67º | 0.39% | 0.36% | - |
| XYZ | 5.03 | 4.47 | 10.72 | - |
| YUV | 60.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 92 | 0.38 | 0.39 | 0 | 0.64 | 241.67 | 0.24 | 0.29 |
| Hex | 39 | 38 | 5C | 26 | 27 | 0 | 40 | F2 | 18 | 1D |
| Octal | 71 | 70 | 134 | 46 | 47 | 0 | 100 | 362 | 30 | 35 |
| Binary | 111001 | 111000 | 1011100 | 100110 | 100111 | 0 | 1000000 | 11110010 | 11000 | 11101 |
Color Harmonies of #39385C
Complementary color
Monochromatic Colors of #39385C
Black with #39385C
Text Example
Text Example
White with #39385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39385C; }
p { color: rgb(57,56,92); }
H1.HeaderClassName
{
color: #39385C;
}
.AnyTagClassName
{
color: #39385C;
}
</style>
background-color css
<style>
a { background-color: #39385C; }
a { background-color: rgb(57,56,92); }
div.DivClassName
{
background-color: #39385C;
}
.BgClassName
{
background-color: #39385C;
}
</style>
border-color css
<style>
span { border-color: #39385C; }
span { border-color: rgb(57,56,92); }
td.TdClassName
{
border-color: #39385C;
}
.TagClassName
{
border-color: #39385C;
}
</style>