Shades of Deep Koamaru #363162
Tints of Deep Koamaru #363162
RGB
CMYK
RGB Variations
Color information
#363162 (or 0x363162) is known color: Deep Koamaru. HEX triplet: 36, 31 and 62. RGB value is (54,49,98). Sum of RGB (Red+Green+Blue) = 54+49+98=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #363162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363162 is #C9CE9D. Grayscale: #373737. Windows color (decimal): -13225630 or 6435126. OLE color: 6435126.
HSL color Cylindrical-coordinate representation of color #363162: hue angle of 246.12º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363162 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 49 | 98 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.62 |
| HSL | 246.12º | 0.33% | 0.29% | - |
| HSV(B) | 246.12º | 0.5% | 0.38% | - |
| XYZ | 4.82 | 3.86 | 12.05 | - |
| YUV | 56.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 98 | 0.45 | 0.5 | 0 | 0.62 | 246.12 | 0.33 | 0.29 |
| Hex | 36 | 31 | 62 | 2D | 32 | 0 | 3E | F6 | 21 | 1D |
| Octal | 66 | 61 | 142 | 55 | 62 | 0 | 76 | 366 | 41 | 35 |
| Binary | 110110 | 110001 | 1100010 | 101101 | 110010 | 0 | 111110 | 11110110 | 100001 | 11101 |
Color Harmonies of #363162
Complementary color
Monochromatic Colors of #363162
Black with #363162
Text Example
Text Example
White with #363162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363162; }
p { color: rgb(54,49,98); }
H1.HeaderClassName
{
color: #363162;
}
.AnyTagClassName
{
color: #363162;
}
</style>
background-color css
<style>
a { background-color: #363162; }
a { background-color: rgb(54,49,98); }
div.DivClassName
{
background-color: #363162;
}
.BgClassName
{
background-color: #363162;
}
</style>
border-color css
<style>
span { border-color: #363162; }
span { border-color: rgb(54,49,98); }
td.TdClassName
{
border-color: #363162;
}
.TagClassName
{
border-color: #363162;
}
</style>