Shades of Deep Koamaru #37335D
Tints of Deep Koamaru #37335D
RGB
CMYK
RGB Variations
Color information
#37335D (or 0x37335D) is known color: Deep Koamaru. HEX triplet: 37, 33 and 5D. RGB value is (55,51,93). Sum of RGB (Red+Green+Blue) = 55+51+93=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #37335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37335D is #C8CCA2. Grayscale: #383838. Windows color (decimal): -13159587 or 6107959. OLE color: 6107959.
HSL color Cylindrical-coordinate representation of color #37335D: hue angle of 245.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37335D is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 51 | 93 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.64 |
| HSL | 245.71º | 0.29% | 0.28% | - |
| HSV(B) | 245.71º | 0.45% | 0.36% | - |
| XYZ | 4.74 | 3.97 | 10.87 | - |
| YUV | 56.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 93 | 0.41 | 0.45 | 0 | 0.64 | 245.71 | 0.29 | 0.28 |
| Hex | 37 | 33 | 5D | 29 | 2D | 0 | 40 | F6 | 1D | 1C |
| Octal | 67 | 63 | 135 | 51 | 55 | 0 | 100 | 366 | 35 | 34 |
| Binary | 110111 | 110011 | 1011101 | 101001 | 101101 | 0 | 1000000 | 11110110 | 11101 | 11100 |
Color Harmonies of #37335D
Complementary color
Monochromatic Colors of #37335D
Black with #37335D
Text Example
Text Example
White with #37335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37335D; }
p { color: rgb(55,51,93); }
H1.HeaderClassName
{
color: #37335D;
}
.AnyTagClassName
{
color: #37335D;
}
</style>
background-color css
<style>
a { background-color: #37335D; }
a { background-color: rgb(55,51,93); }
div.DivClassName
{
background-color: #37335D;
}
.BgClassName
{
background-color: #37335D;
}
</style>
border-color css
<style>
span { border-color: #37335D; }
span { border-color: rgb(55,51,93); }
td.TdClassName
{
border-color: #37335D;
}
.TagClassName
{
border-color: #37335D;
}
</style>