Shades of Deep Koamaru #37375E
Tints of Deep Koamaru #37375E
RGB
CMYK
RGB Variations
Color information
#37375E (or 0x37375E) is known color: Deep Koamaru. HEX triplet: 37, 37 and 5E. RGB value is (55,55,94). Sum of RGB (Red+Green+Blue) = 55+55+94=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #37375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37375E is #C8C8A1. Grayscale: #3B3B3B. Windows color (decimal): -13158562 or 6174519. OLE color: 6174519.
HSL color Cylindrical-coordinate representation of color #37375E: hue angle of 240º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37375E is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 55 | 94 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.63 |
| HSL | 240º | 0.26% | 0.29% | - |
| HSV(B) | 240º | 0.41% | 0.37% | - |
| XYZ | 4.96 | 4.35 | 11.17 | - |
| YUV | 59.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 55 | 94 | 0.41 | 0.41 | 0 | 0.63 | 240 | 0.26 | 0.29 |
| Hex | 37 | 37 | 5E | 29 | 29 | 0 | 3F | F0 | 1A | 1D |
| Octal | 67 | 67 | 136 | 51 | 51 | 0 | 77 | 360 | 32 | 35 |
| Binary | 110111 | 110111 | 1011110 | 101001 | 101001 | 0 | 111111 | 11110000 | 11010 | 11101 |
Color Harmonies of #37375E
Complementary color
Monochromatic Colors of #37375E
Black with #37375E
Text Example
Text Example
White with #37375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37375E; }
p { color: rgb(55,55,94); }
H1.HeaderClassName
{
color: #37375E;
}
.AnyTagClassName
{
color: #37375E;
}
</style>
background-color css
<style>
a { background-color: #37375E; }
a { background-color: rgb(55,55,94); }
div.DivClassName
{
background-color: #37375E;
}
.BgClassName
{
background-color: #37375E;
}
</style>
border-color css
<style>
span { border-color: #37375E; }
span { border-color: rgb(55,55,94); }
td.TdClassName
{
border-color: #37375E;
}
.TagClassName
{
border-color: #37375E;
}
</style>