Shades of Deep Koamaru #39375C
Tints of Deep Koamaru #39375C
RGB
CMYK
RGB Variations
Color information
#39375C (or 0x39375C) is known color: Deep Koamaru. HEX triplet: 39, 37 and 5C. RGB value is (57,55,92). Sum of RGB (Red+Green+Blue) = 57+55+92=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #39375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39375C is #C6C8A3. Grayscale: #3B3B3B. Windows color (decimal): -13027492 or 6043449. OLE color: 6043449.
HSL color Cylindrical-coordinate representation of color #39375C: hue angle of 243.24º 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 #39375C is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 55 | 92 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.64 |
| HSL | 243.24º | 0.25% | 0.29% | - |
| HSV(B) | 243.24º | 0.4% | 0.36% | - |
| XYZ | 4.99 | 4.37 | 10.71 | - |
| YUV | 59.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 92 | 0.38 | 0.40 | 0 | 0.64 | 243.24 | 0.25 | 0.29 |
| Hex | 39 | 37 | 5C | 26 | 28 | 0 | 40 | F3 | 19 | 1D |
| Octal | 71 | 67 | 134 | 46 | 50 | 0 | 100 | 363 | 31 | 35 |
| Binary | 111001 | 110111 | 1011100 | 100110 | 101000 | 0 | 1000000 | 11110011 | 11001 | 11101 |
Color Harmonies of #39375C
Complementary color
Monochromatic Colors of #39375C
Black with #39375C
Text Example
Text Example
White with #39375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39375C; }
p { color: rgb(57,55,92); }
H1.HeaderClassName
{
color: #39375C;
}
.AnyTagClassName
{
color: #39375C;
}
</style>
background-color css
<style>
a { background-color: #39375C; }
a { background-color: rgb(57,55,92); }
div.DivClassName
{
background-color: #39375C;
}
.BgClassName
{
background-color: #39375C;
}
</style>
border-color css
<style>
span { border-color: #39375C; }
span { border-color: rgb(57,55,92); }
td.TdClassName
{
border-color: #39375C;
}
.TagClassName
{
border-color: #39375C;
}
</style>