Shades of Deep Koamaru #362E71
Tints of Deep Koamaru #362E71
RGB
CMYK
RGB Variations
Color information
#362E71 (or 0x362E71) is known color: Deep Koamaru. HEX triplet: 36, 2E and 71. RGB value is (54,46,113). Sum of RGB (Red+Green+Blue) = 54+46+113=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #362E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E71 is #C9D18E. Grayscale: #373737. Windows color (decimal): -13226383 or 7417398. OLE color: 7417398.
HSL color Cylindrical-coordinate representation of color #362E71: hue angle of 247.16º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #362E71 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 46 | 113 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.56 |
| HSL | 247.16º | 0.42% | 0.31% | - |
| HSV(B) | 247.16º | 0.59% | 0.44% | - |
| XYZ | 5.48 | 3.93 | 16.09 | - |
| YUV | 56.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 113 | 0.52 | 0.59 | 0 | 0.56 | 247.16 | 0.42 | 0.31 |
| Hex | 36 | 2E | 71 | 34 | 3B | 0 | 38 | F7 | 2A | 1F |
| Octal | 66 | 56 | 161 | 64 | 73 | 0 | 70 | 367 | 52 | 37 |
| Binary | 110110 | 101110 | 1110001 | 110100 | 111011 | 0 | 111000 | 11110111 | 101010 | 11111 |
Color Harmonies of #362E71
Complementary color
Monochromatic Colors of #362E71
Black with #362E71
Text Example
Text Example
White with #362E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E71; }
p { color: rgb(54,46,113); }
H1.HeaderClassName
{
color: #362E71;
}
.AnyTagClassName
{
color: #362E71;
}
</style>
background-color css
<style>
a { background-color: #362E71; }
a { background-color: rgb(54,46,113); }
div.DivClassName
{
background-color: #362E71;
}
.BgClassName
{
background-color: #362E71;
}
</style>
border-color css
<style>
span { border-color: #362E71; }
span { border-color: rgb(54,46,113); }
td.TdClassName
{
border-color: #362E71;
}
.TagClassName
{
border-color: #362E71;
}
</style>