Shades of Deep Koamaru #37335E
Tints of Deep Koamaru #37335E
RGB
CMYK
RGB Variations
Color information
#37335E (or 0x37335E) is known color: Deep Koamaru. HEX triplet: 37, 33 and 5E. RGB value is (55,51,94). Sum of RGB (Red+Green+Blue) = 55+51+94=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #37335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37335E is #C8CCA1. Grayscale: #383838. Windows color (decimal): -13159586 or 6173495. OLE color: 6173495.
HSL color Cylindrical-coordinate representation of color #37335E: hue angle of 245.58º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37335E is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 51 | 94 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.63 |
| HSL | 245.58º | 0.3% | 0.28% | - |
| HSV(B) | 245.58º | 0.46% | 0.37% | - |
| XYZ | 4.78 | 3.99 | 11.11 | - |
| YUV | 57.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 94 | 0.41 | 0.46 | 0 | 0.63 | 245.58 | 0.3 | 0.28 |
| Hex | 37 | 33 | 5E | 29 | 2E | 0 | 3F | F6 | 1E | 1C |
| Octal | 67 | 63 | 136 | 51 | 56 | 0 | 77 | 366 | 36 | 34 |
| Binary | 110111 | 110011 | 1011110 | 101001 | 101110 | 0 | 111111 | 11110110 | 11110 | 11100 |
Color Harmonies of #37335E
Complementary color
Monochromatic Colors of #37335E
Black with #37335E
Text Example
Text Example
White with #37335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37335E; }
p { color: rgb(55,51,94); }
H1.HeaderClassName
{
color: #37335E;
}
.AnyTagClassName
{
color: #37335E;
}
</style>
background-color css
<style>
a { background-color: #37335E; }
a { background-color: rgb(55,51,94); }
div.DivClassName
{
background-color: #37335E;
}
.BgClassName
{
background-color: #37335E;
}
</style>
border-color css
<style>
span { border-color: #37335E; }
span { border-color: rgb(55,51,94); }
td.TdClassName
{
border-color: #37335E;
}
.TagClassName
{
border-color: #37335E;
}
</style>