Shades of Deep Koamaru #36396E
Tints of Deep Koamaru #36396E
RGB
CMYK
RGB Variations
Color information
#36396E (or 0x36396E) is known color: Deep Koamaru. HEX triplet: 36, 39 and 6E. RGB value is (54,57,110). Sum of RGB (Red+Green+Blue) = 54+57+110=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #36396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36396E is #C9C691. Grayscale: #3D3D3D. Windows color (decimal): -13223570 or 7223606. OLE color: 7223606.
HSL color Cylindrical-coordinate representation of color #36396E: hue angle of 236.79º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36396E is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 57 | 110 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.57 |
| HSL | 236.79º | 0.34% | 0.32% | - |
| HSV(B) | 236.79º | 0.51% | 0.43% | - |
| XYZ | 5.8 | 4.84 | 15.38 | - |
| YUV | 62.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 110 | 0.51 | 0.48 | 0 | 0.57 | 236.79 | 0.34 | 0.32 |
| Hex | 36 | 39 | 6E | 33 | 30 | 0 | 39 | ED | 22 | 20 |
| Octal | 66 | 71 | 156 | 63 | 60 | 0 | 71 | 355 | 42 | 40 |
| Binary | 110110 | 111001 | 1101110 | 110011 | 110000 | 0 | 111001 | 11101101 | 100010 | 100000 |
Color Harmonies of #36396E
Complementary color
Monochromatic Colors of #36396E
Black with #36396E
Text Example
Text Example
White with #36396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36396E; }
p { color: rgb(54,57,110); }
H1.HeaderClassName
{
color: #36396E;
}
.AnyTagClassName
{
color: #36396E;
}
</style>
background-color css
<style>
a { background-color: #36396E; }
a { background-color: rgb(54,57,110); }
div.DivClassName
{
background-color: #36396E;
}
.BgClassName
{
background-color: #36396E;
}
</style>
border-color css
<style>
span { border-color: #36396E; }
span { border-color: rgb(54,57,110); }
td.TdClassName
{
border-color: #36396E;
}
.TagClassName
{
border-color: #36396E;
}
</style>