Shades of Deep Koamaru #39375B
Tints of Deep Koamaru #39375B
RGB
CMYK
RGB Variations
Color information
#39375B (or 0x39375B) is known color: Deep Koamaru. HEX triplet: 39, 37 and 5B. RGB value is (57,55,91). Sum of RGB (Red+Green+Blue) = 57+55+91=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #39375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39375B is #C6C8A4. Grayscale: #3B3B3B. Windows color (decimal): -13027493 or 5977913. OLE color: 5977913.
HSL color Cylindrical-coordinate representation of color #39375B: hue angle of 243.33º 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 #39375B is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 55 | 91 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.64 |
| HSL | 243.33º | 0.25% | 0.29% | - |
| HSV(B) | 243.33º | 0.4% | 0.36% | - |
| XYZ | 4.94 | 4.36 | 10.48 | - |
| YUV | 59.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 91 | 0.37 | 0.40 | 0 | 0.64 | 243.33 | 0.25 | 0.29 |
| Hex | 39 | 37 | 5B | 25 | 28 | 0 | 40 | F3 | 19 | 1D |
| Octal | 71 | 67 | 133 | 45 | 50 | 0 | 100 | 363 | 31 | 35 |
| Binary | 111001 | 110111 | 1011011 | 100101 | 101000 | 0 | 1000000 | 11110011 | 11001 | 11101 |
Color Harmonies of #39375B
Complementary color
Monochromatic Colors of #39375B
Black with #39375B
Text Example
Text Example
White with #39375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39375B; }
p { color: rgb(57,55,91); }
H1.HeaderClassName
{
color: #39375B;
}
.AnyTagClassName
{
color: #39375B;
}
</style>
background-color css
<style>
a { background-color: #39375B; }
a { background-color: rgb(57,55,91); }
div.DivClassName
{
background-color: #39375B;
}
.BgClassName
{
background-color: #39375B;
}
</style>
border-color css
<style>
span { border-color: #39375B; }
span { border-color: rgb(57,55,91); }
td.TdClassName
{
border-color: #39375B;
}
.TagClassName
{
border-color: #39375B;
}
</style>