Shades of Deep Koamaru #36355E
Tints of Deep Koamaru #36355E
RGB
CMYK
RGB Variations
Color information
#36355E (or 0x36355E) is known color: Deep Koamaru. HEX triplet: 36, 35 and 5E. RGB value is (54,53,94). Sum of RGB (Red+Green+Blue) = 54+53+94=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #36355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36355E is #C9CAA1. Grayscale: #393939. Windows color (decimal): -13224610 or 6174006. OLE color: 6174006.
HSL color Cylindrical-coordinate representation of color #36355E: 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.44%. Process color model (Four color, CMYK) of #36355E is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 53 | 94 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.63 |
| HSL | 241.46º | 0.28% | 0.29% | - |
| HSV(B) | 241.46º | 0.44% | 0.37% | - |
| XYZ | 4.81 | 4.14 | 11.13 | - |
| YUV | 57.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 94 | 0.43 | 0.44 | 0 | 0.63 | 241.46 | 0.28 | 0.29 |
| Hex | 36 | 35 | 5E | 2B | 2C | 0 | 3F | F1 | 1C | 1D |
| Octal | 66 | 65 | 136 | 53 | 54 | 0 | 77 | 361 | 34 | 35 |
| Binary | 110110 | 110101 | 1011110 | 101011 | 101100 | 0 | 111111 | 11110001 | 11100 | 11101 |
Color Harmonies of #36355E
Complementary color
Monochromatic Colors of #36355E
Black with #36355E
Text Example
Text Example
White with #36355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36355E; }
p { color: rgb(54,53,94); }
H1.HeaderClassName
{
color: #36355E;
}
.AnyTagClassName
{
color: #36355E;
}
</style>
background-color css
<style>
a { background-color: #36355E; }
a { background-color: rgb(54,53,94); }
div.DivClassName
{
background-color: #36355E;
}
.BgClassName
{
background-color: #36355E;
}
</style>
border-color css
<style>
span { border-color: #36355E; }
span { border-color: rgb(54,53,94); }
td.TdClassName
{
border-color: #36355E;
}
.TagClassName
{
border-color: #36355E;
}
</style>