Shades of Deep Koamaru #36356D
Tints of Deep Koamaru #36356D
RGB
CMYK
RGB Variations
Color information
#36356D (or 0x36356D) is known color: Deep Koamaru. HEX triplet: 36, 35 and 6D. RGB value is (54,53,109). Sum of RGB (Red+Green+Blue) = 54+53+109=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #36356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36356D is #C9CA92. Grayscale: #3B3B3B. Windows color (decimal): -13224595 or 7157046. OLE color: 7157046.
HSL color Cylindrical-coordinate representation of color #36356D: hue angle of 241.07º degrees, saturation: 0.35, 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 #36356D is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 53 | 109 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.57 |
| HSL | 241.07º | 0.35% | 0.32% | - |
| HSV(B) | 241.07º | 0.51% | 0.43% | - |
| XYZ | 5.55 | 4.43 | 15.03 | - |
| YUV | 59.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 109 | 0.50 | 0.51 | 0 | 0.57 | 241.07 | 0.35 | 0.32 |
| Hex | 36 | 35 | 6D | 32 | 33 | 0 | 39 | F1 | 23 | 20 |
| Octal | 66 | 65 | 155 | 62 | 63 | 0 | 71 | 361 | 43 | 40 |
| Binary | 110110 | 110101 | 1101101 | 110010 | 110011 | 0 | 111001 | 11110001 | 100011 | 100000 |
Color Harmonies of #36356D
Complementary color
Monochromatic Colors of #36356D
Black with #36356D
Text Example
Text Example
White with #36356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36356D; }
p { color: rgb(54,53,109); }
H1.HeaderClassName
{
color: #36356D;
}
.AnyTagClassName
{
color: #36356D;
}
</style>
background-color css
<style>
a { background-color: #36356D; }
a { background-color: rgb(54,53,109); }
div.DivClassName
{
background-color: #36356D;
}
.BgClassName
{
background-color: #36356D;
}
</style>
border-color css
<style>
span { border-color: #36356D; }
span { border-color: rgb(54,53,109); }
td.TdClassName
{
border-color: #36356D;
}
.TagClassName
{
border-color: #36356D;
}
</style>