Shades of Deep Koamaru #37326B
Tints of Deep Koamaru #37326B
RGB
CMYK
RGB Variations
Color information
#37326B (or 0x37326B) is known color: Deep Koamaru. HEX triplet: 37, 32 and 6B. RGB value is (55,50,107). Sum of RGB (Red+Green+Blue) = 55+50+107=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #37326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37326B is #C8CD94. Grayscale: #393939. Windows color (decimal): -13159829 or 7025207. OLE color: 7025207.
HSL color Cylindrical-coordinate representation of color #37326B: hue angle of 245.26º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37326B is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 50 | 107 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.58 |
| HSL | 245.26º | 0.36% | 0.31% | - |
| HSV(B) | 245.26º | 0.53% | 0.42% | - |
| XYZ | 5.37 | 4.15 | 14.43 | - |
| YUV | 57.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 107 | 0.49 | 0.53 | 0 | 0.58 | 245.26 | 0.36 | 0.31 |
| Hex | 37 | 32 | 6B | 31 | 35 | 0 | 3A | F5 | 24 | 1F |
| Octal | 67 | 62 | 153 | 61 | 65 | 0 | 72 | 365 | 44 | 37 |
| Binary | 110111 | 110010 | 1101011 | 110001 | 110101 | 0 | 111010 | 11110101 | 100100 | 11111 |
Color Harmonies of #37326B
Complementary color
Monochromatic Colors of #37326B
Black with #37326B
Text Example
Text Example
White with #37326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37326B; }
p { color: rgb(55,50,107); }
H1.HeaderClassName
{
color: #37326B;
}
.AnyTagClassName
{
color: #37326B;
}
</style>
background-color css
<style>
a { background-color: #37326B; }
a { background-color: rgb(55,50,107); }
div.DivClassName
{
background-color: #37326B;
}
.BgClassName
{
background-color: #37326B;
}
</style>
border-color css
<style>
span { border-color: #37326B; }
span { border-color: rgb(55,50,107); }
td.TdClassName
{
border-color: #37326B;
}
.TagClassName
{
border-color: #37326B;
}
</style>