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