Shades of Deep Koamaru #36365F
Tints of Deep Koamaru #36365F
RGB
CMYK
RGB Variations
Color information
#36365F (or 0x36365F) is known color: Deep Koamaru. HEX triplet: 36, 36 and 5F. RGB value is (54,54,95). Sum of RGB (Red+Green+Blue) = 54+54+95=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #36365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36365F is #C9C9A0. Grayscale: #3A3A3A. Windows color (decimal): -13224353 or 6239798. OLE color: 6239798.
HSL color Cylindrical-coordinate representation of color #36365F: hue angle of 240º 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 #36365F is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 54 | 95 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.63 |
| HSL | 240º | 0.28% | 0.29% | - |
| HSV(B) | 240º | 0.43% | 0.37% | - |
| XYZ | 4.91 | 4.25 | 11.39 | - |
| YUV | 58.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 95 | 0.43 | 0.43 | 0 | 0.63 | 240 | 0.28 | 0.29 |
| Hex | 36 | 36 | 5F | 2B | 2B | 0 | 3F | F0 | 1C | 1D |
| Octal | 66 | 66 | 137 | 53 | 53 | 0 | 77 | 360 | 34 | 35 |
| Binary | 110110 | 110110 | 1011111 | 101011 | 101011 | 0 | 111111 | 11110000 | 11100 | 11101 |
Color Harmonies of #36365F
Complementary color
Monochromatic Colors of #36365F
Black with #36365F
Text Example
Text Example
White with #36365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36365F; }
p { color: rgb(54,54,95); }
H1.HeaderClassName
{
color: #36365F;
}
.AnyTagClassName
{
color: #36365F;
}
</style>
background-color css
<style>
a { background-color: #36365F; }
a { background-color: rgb(54,54,95); }
div.DivClassName
{
background-color: #36365F;
}
.BgClassName
{
background-color: #36365F;
}
</style>
border-color css
<style>
span { border-color: #36365F; }
span { border-color: rgb(54,54,95); }
td.TdClassName
{
border-color: #36365F;
}
.TagClassName
{
border-color: #36365F;
}
</style>