Shades of Deep Koamaru #363370
Tints of Deep Koamaru #363370
RGB
CMYK
RGB Variations
Color information
#363370 (or 0x363370) is known color: Deep Koamaru. HEX triplet: 36, 33 and 70. RGB value is (54,51,112). Sum of RGB (Red+Green+Blue) = 54+51+112=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #363370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363370 is #C9CC8F. Grayscale: #3A3A3A. Windows color (decimal): -13225104 or 7353142. OLE color: 7353142.
HSL color Cylindrical-coordinate representation of color #363370: hue angle of 242.95º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363370 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 51 | 112 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.56 |
| HSL | 242.95º | 0.37% | 0.32% | - |
| HSV(B) | 242.95º | 0.54% | 0.44% | - |
| XYZ | 5.63 | 4.32 | 15.87 | - |
| YUV | 58.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 112 | 0.52 | 0.54 | 0 | 0.56 | 242.95 | 0.37 | 0.32 |
| Hex | 36 | 33 | 70 | 34 | 36 | 0 | 38 | F3 | 25 | 20 |
| Octal | 66 | 63 | 160 | 64 | 66 | 0 | 70 | 363 | 45 | 40 |
| Binary | 110110 | 110011 | 1110000 | 110100 | 110110 | 0 | 111000 | 11110011 | 100101 | 100000 |
Color Harmonies of #363370
Complementary color
Monochromatic Colors of #363370
Black with #363370
Text Example
Text Example
White with #363370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363370; }
p { color: rgb(54,51,112); }
H1.HeaderClassName
{
color: #363370;
}
.AnyTagClassName
{
color: #363370;
}
</style>
background-color css
<style>
a { background-color: #363370; }
a { background-color: rgb(54,51,112); }
div.DivClassName
{
background-color: #363370;
}
.BgClassName
{
background-color: #363370;
}
</style>
border-color css
<style>
span { border-color: #363370; }
span { border-color: rgb(54,51,112); }
td.TdClassName
{
border-color: #363370;
}
.TagClassName
{
border-color: #363370;
}
</style>