Shades of Deep Koamaru #362F76
Tints of Deep Koamaru #362F76
RGB
CMYK
RGB Variations
Color information
#362F76 (or 0x362F76) is known color: Deep Koamaru. HEX triplet: 36, 2F and 76. RGB value is (54,47,118). Sum of RGB (Red+Green+Blue) = 54+47+118=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #362F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362F76 is #C9D089. Grayscale: #383838. Windows color (decimal): -13226122 or 7745334. OLE color: 7745334.
HSL color Cylindrical-coordinate representation of color #362F76: hue angle of 245.92º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362F76 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 47 | 118 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.54 |
| HSL | 245.92º | 0.43% | 0.32% | - |
| HSV(B) | 245.92º | 0.6% | 0.46% | - |
| XYZ | 5.81 | 4.13 | 17.63 | - |
| YUV | 57.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 118 | 0.54 | 0.60 | 0 | 0.54 | 245.92 | 0.43 | 0.32 |
| Hex | 36 | 2F | 76 | 36 | 3C | 0 | 36 | F6 | 2B | 20 |
| Octal | 66 | 57 | 166 | 66 | 74 | 0 | 66 | 366 | 53 | 40 |
| Binary | 110110 | 101111 | 1110110 | 110110 | 111100 | 0 | 110110 | 11110110 | 101011 | 100000 |
Color Harmonies of #362F76
Complementary color
Monochromatic Colors of #362F76
Black with #362F76
Text Example
Text Example
White with #362F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F76; }
p { color: rgb(54,47,118); }
H1.HeaderClassName
{
color: #362F76;
}
.AnyTagClassName
{
color: #362F76;
}
</style>
background-color css
<style>
a { background-color: #362F76; }
a { background-color: rgb(54,47,118); }
div.DivClassName
{
background-color: #362F76;
}
.BgClassName
{
background-color: #362F76;
}
</style>
border-color css
<style>
span { border-color: #362F76; }
span { border-color: rgb(54,47,118); }
td.TdClassName
{
border-color: #362F76;
}
.TagClassName
{
border-color: #362F76;
}
</style>