Shades of Deep Koamaru #373865
Tints of Deep Koamaru #373865
RGB
CMYK
RGB Variations
Color information
#373865 (or 0x373865) is known color: Deep Koamaru. HEX triplet: 37, 38 and 65. RGB value is (55,56,101). Sum of RGB (Red+Green+Blue) = 55+56+101=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #373865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373865 is #C8C79A. Grayscale: #3C3C3C. Windows color (decimal): -13158299 or 6633527. OLE color: 6633527.
HSL color Cylindrical-coordinate representation of color #373865: hue angle of 238.7º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #373865 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 56 | 101 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.60 |
| HSL | 238.7º | 0.29% | 0.31% | - |
| HSV(B) | 238.7º | 0.46% | 0.4% | - |
| XYZ | 5.34 | 4.58 | 12.91 | - |
| YUV | 60.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 101 | 0.46 | 0.45 | 0 | 0.60 | 238.7 | 0.29 | 0.31 |
| Hex | 37 | 38 | 65 | 2E | 2D | 0 | 3C | EF | 1D | 1F |
| Octal | 67 | 70 | 145 | 56 | 55 | 0 | 74 | 357 | 35 | 37 |
| Binary | 110111 | 111000 | 1100101 | 101110 | 101101 | 0 | 111100 | 11101111 | 11101 | 11111 |
Color Harmonies of #373865
Complementary color
Monochromatic Colors of #373865
Black with #373865
Text Example
Text Example
White with #373865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373865; }
p { color: rgb(55,56,101); }
H1.HeaderClassName
{
color: #373865;
}
.AnyTagClassName
{
color: #373865;
}
</style>
background-color css
<style>
a { background-color: #373865; }
a { background-color: rgb(55,56,101); }
div.DivClassName
{
background-color: #373865;
}
.BgClassName
{
background-color: #373865;
}
</style>
border-color css
<style>
span { border-color: #373865; }
span { border-color: rgb(55,56,101); }
td.TdClassName
{
border-color: #373865;
}
.TagClassName
{
border-color: #373865;
}
</style>