Shades of Deep Koamaru #37365D
Tints of Deep Koamaru #37365D
RGB
CMYK
RGB Variations
Color information
#37365D (or 0x37365D) is known color: Deep Koamaru. HEX triplet: 37, 36 and 5D. RGB value is (55,54,93). Sum of RGB (Red+Green+Blue) = 55+54+93=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #37365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37365D is #C8C9A2. Grayscale: #3A3A3A. Windows color (decimal): -13158819 or 6108727. OLE color: 6108727.
HSL color Cylindrical-coordinate representation of color #37365D: hue angle of 241.54º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37365D is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 54 | 93 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.64 |
| HSL | 241.54º | 0.27% | 0.29% | - |
| HSV(B) | 241.54º | 0.42% | 0.36% | - |
| XYZ | 4.87 | 4.24 | 10.92 | - |
| YUV | 58.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 93 | 0.41 | 0.42 | 0 | 0.64 | 241.54 | 0.27 | 0.29 |
| Hex | 37 | 36 | 5D | 29 | 2A | 0 | 40 | F2 | 1B | 1D |
| Octal | 67 | 66 | 135 | 51 | 52 | 0 | 100 | 362 | 33 | 35 |
| Binary | 110111 | 110110 | 1011101 | 101001 | 101010 | 0 | 1000000 | 11110010 | 11011 | 11101 |
Color Harmonies of #37365D
Complementary color
Monochromatic Colors of #37365D
Black with #37365D
Text Example
Text Example
White with #37365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37365D; }
p { color: rgb(55,54,93); }
H1.HeaderClassName
{
color: #37365D;
}
.AnyTagClassName
{
color: #37365D;
}
</style>
background-color css
<style>
a { background-color: #37365D; }
a { background-color: rgb(55,54,93); }
div.DivClassName
{
background-color: #37365D;
}
.BgClassName
{
background-color: #37365D;
}
</style>
border-color css
<style>
span { border-color: #37365D; }
span { border-color: rgb(55,54,93); }
td.TdClassName
{
border-color: #37365D;
}
.TagClassName
{
border-color: #37365D;
}
</style>