Shades of Deep Koamaru #363171
Tints of Deep Koamaru #363171
RGB
CMYK
RGB Variations
Color information
#363171 (or 0x363171) is known color: Deep Koamaru. HEX triplet: 36, 31 and 71. RGB value is (54,49,113). Sum of RGB (Red+Green+Blue) = 54+49+113=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #363171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363171 is #C9CE8E. Grayscale: #393939. Windows color (decimal): -13225615 or 7418166. OLE color: 7418166.
HSL color Cylindrical-coordinate representation of color #363171: hue angle of 244.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363171 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 49 | 113 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.56 |
| HSL | 244.69º | 0.4% | 0.32% | - |
| HSV(B) | 244.69º | 0.57% | 0.44% | - |
| XYZ | 5.6 | 4.17 | 16.13 | - |
| YUV | 57.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 113 | 0.52 | 0.57 | 0 | 0.56 | 244.69 | 0.4 | 0.32 |
| Hex | 36 | 31 | 71 | 34 | 39 | 0 | 38 | F5 | 28 | 20 |
| Octal | 66 | 61 | 161 | 64 | 71 | 0 | 70 | 365 | 50 | 40 |
| Binary | 110110 | 110001 | 1110001 | 110100 | 111001 | 0 | 111000 | 11110101 | 101000 | 100000 |
Color Harmonies of #363171
Complementary color
Monochromatic Colors of #363171
Black with #363171
Text Example
Text Example
White with #363171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363171; }
p { color: rgb(54,49,113); }
H1.HeaderClassName
{
color: #363171;
}
.AnyTagClassName
{
color: #363171;
}
</style>
background-color css
<style>
a { background-color: #363171; }
a { background-color: rgb(54,49,113); }
div.DivClassName
{
background-color: #363171;
}
.BgClassName
{
background-color: #363171;
}
</style>
border-color css
<style>
span { border-color: #363171; }
span { border-color: rgb(54,49,113); }
td.TdClassName
{
border-color: #363171;
}
.TagClassName
{
border-color: #363171;
}
</style>