Shades of Deep Koamaru #363077
Tints of Deep Koamaru #363077
RGB
CMYK
RGB Variations
Color information
#363077 (or 0x363077) is known color: Deep Koamaru. HEX triplet: 36, 30 and 77. RGB value is (54,48,119). Sum of RGB (Red+Green+Blue) = 54+48+119=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #363077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363077 is #C9CF88. Grayscale: #393939. Windows color (decimal): -13225865 or 7811126. OLE color: 7811126.
HSL color Cylindrical-coordinate representation of color #363077: hue angle of 245.07º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363077 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 48 | 119 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.53 |
| HSL | 245.07º | 0.43% | 0.33% | - |
| HSV(B) | 245.07º | 0.6% | 0.47% | - |
| XYZ | 5.91 | 4.23 | 17.96 | - |
| YUV | 57.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 119 | 0.55 | 0.60 | 0 | 0.53 | 245.07 | 0.43 | 0.33 |
| Hex | 36 | 30 | 77 | 37 | 3C | 0 | 35 | F5 | 2B | 21 |
| Octal | 66 | 60 | 167 | 67 | 74 | 0 | 65 | 365 | 53 | 41 |
| Binary | 110110 | 110000 | 1110111 | 110111 | 111100 | 0 | 110101 | 11110101 | 101011 | 100001 |
Color Harmonies of #363077
Complementary color
Monochromatic Colors of #363077
Black with #363077
Text Example
Text Example
White with #363077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363077; }
p { color: rgb(54,48,119); }
H1.HeaderClassName
{
color: #363077;
}
.AnyTagClassName
{
color: #363077;
}
</style>
background-color css
<style>
a { background-color: #363077; }
a { background-color: rgb(54,48,119); }
div.DivClassName
{
background-color: #363077;
}
.BgClassName
{
background-color: #363077;
}
</style>
border-color css
<style>
span { border-color: #363077; }
span { border-color: rgb(54,48,119); }
td.TdClassName
{
border-color: #363077;
}
.TagClassName
{
border-color: #363077;
}
</style>