Shades of Deep Koamaru #373758
Tints of Deep Koamaru #373758
RGB
CMYK
RGB Variations
Color information
#373758 (or 0x373758) is known color: Deep Koamaru. HEX triplet: 37, 37 and 58. RGB value is (55,55,88). Sum of RGB (Red+Green+Blue) = 55+55+88=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #373758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373758 is #C8C8A7. Grayscale: #3A3A3A. Windows color (decimal): -13158568 or 5781303. OLE color: 5781303.
HSL color Cylindrical-coordinate representation of color #373758: hue angle of 240º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #373758 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 55 | 88 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.65 |
| HSL | 240º | 0.23% | 0.28% | - |
| HSV(B) | 240º | 0.38% | 0.35% | - |
| XYZ | 4.7 | 4.25 | 9.8 | - |
| YUV | 58.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 55 | 88 | 0.38 | 0.38 | 0 | 0.65 | 240 | 0.23 | 0.28 |
| Hex | 37 | 37 | 58 | 26 | 26 | 0 | 41 | F0 | 17 | 1C |
| Octal | 67 | 67 | 130 | 46 | 46 | 0 | 101 | 360 | 27 | 34 |
| Binary | 110111 | 110111 | 1011000 | 100110 | 100110 | 0 | 1000001 | 11110000 | 10111 | 11100 |
Color Harmonies of #373758
Complementary color
Monochromatic Colors of #373758
Black with #373758
Text Example
Text Example
White with #373758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373758; }
p { color: rgb(55,55,88); }
H1.HeaderClassName
{
color: #373758;
}
.AnyTagClassName
{
color: #373758;
}
</style>
background-color css
<style>
a { background-color: #373758; }
a { background-color: rgb(55,55,88); }
div.DivClassName
{
background-color: #373758;
}
.BgClassName
{
background-color: #373758;
}
</style>
border-color css
<style>
span { border-color: #373758; }
span { border-color: rgb(55,55,88); }
td.TdClassName
{
border-color: #373758;
}
.TagClassName
{
border-color: #373758;
}
</style>