Shades of Deep Koamaru #37365F
Tints of Deep Koamaru #37365F
RGB
CMYK
RGB Variations
Color information
#37365F (or 0x37365F) is known color: Deep Koamaru. HEX triplet: 37, 36 and 5F. RGB value is (55,54,95). Sum of RGB (Red+Green+Blue) = 55+54+95=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #37365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37365F is #C8C9A0. Grayscale: #3A3A3A. Windows color (decimal): -13158817 or 6239799. OLE color: 6239799.
HSL color Cylindrical-coordinate representation of color #37365F: hue angle of 241.46º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37365F is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 54 | 95 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.63 |
| HSL | 241.46º | 0.28% | 0.29% | - |
| HSV(B) | 241.46º | 0.43% | 0.37% | - |
| XYZ | 4.96 | 4.28 | 11.39 | - |
| YUV | 58.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 95 | 0.42 | 0.43 | 0 | 0.63 | 241.46 | 0.28 | 0.29 |
| Hex | 37 | 36 | 5F | 2A | 2B | 0 | 3F | F1 | 1C | 1D |
| Octal | 67 | 66 | 137 | 52 | 53 | 0 | 77 | 361 | 34 | 35 |
| Binary | 110111 | 110110 | 1011111 | 101010 | 101011 | 0 | 111111 | 11110001 | 11100 | 11101 |
Color Harmonies of #37365F
Complementary color
Monochromatic Colors of #37365F
Black with #37365F
Text Example
Text Example
White with #37365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37365F; }
p { color: rgb(55,54,95); }
H1.HeaderClassName
{
color: #37365F;
}
.AnyTagClassName
{
color: #37365F;
}
</style>
background-color css
<style>
a { background-color: #37365F; }
a { background-color: rgb(55,54,95); }
div.DivClassName
{
background-color: #37365F;
}
.BgClassName
{
background-color: #37365F;
}
</style>
border-color css
<style>
span { border-color: #37365F; }
span { border-color: rgb(55,54,95); }
td.TdClassName
{
border-color: #37365F;
}
.TagClassName
{
border-color: #37365F;
}
</style>