Shades of Deep Koamaru #37366F
Tints of Deep Koamaru #37366F
RGB
CMYK
RGB Variations
Color information
#37366F (or 0x37366F) is known color: Deep Koamaru. HEX triplet: 37, 36 and 6F. RGB value is (55,54,111). Sum of RGB (Red+Green+Blue) = 55+54+111=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #37366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37366F is #C8C990. Grayscale: #3C3C3C. Windows color (decimal): -13158801 or 7288375. OLE color: 7288375.
HSL color Cylindrical-coordinate representation of color #37366F: hue angle of 241.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37366F is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 54 | 111 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.56 |
| HSL | 241.05º | 0.35% | 0.32% | - |
| HSV(B) | 241.05º | 0.51% | 0.44% | - |
| XYZ | 5.76 | 4.6 | 15.62 | - |
| YUV | 60.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 111 | 0.50 | 0.51 | 0 | 0.56 | 241.05 | 0.35 | 0.32 |
| Hex | 37 | 36 | 6F | 32 | 33 | 0 | 38 | F1 | 23 | 20 |
| Octal | 67 | 66 | 157 | 62 | 63 | 0 | 70 | 361 | 43 | 40 |
| Binary | 110111 | 110110 | 1101111 | 110010 | 110011 | 0 | 111000 | 11110001 | 100011 | 100000 |
Color Harmonies of #37366F
Complementary color
Monochromatic Colors of #37366F
Black with #37366F
Text Example
Text Example
White with #37366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37366F; }
p { color: rgb(55,54,111); }
H1.HeaderClassName
{
color: #37366F;
}
.AnyTagClassName
{
color: #37366F;
}
</style>
background-color css
<style>
a { background-color: #37366F; }
a { background-color: rgb(55,54,111); }
div.DivClassName
{
background-color: #37366F;
}
.BgClassName
{
background-color: #37366F;
}
</style>
border-color css
<style>
span { border-color: #37366F; }
span { border-color: rgb(55,54,111); }
td.TdClassName
{
border-color: #37366F;
}
.TagClassName
{
border-color: #37366F;
}
</style>