Shades of Deep Koamaru #363072
Tints of Deep Koamaru #363072
RGB
CMYK
RGB Variations
Color information
#363072 (or 0x363072) is known color: Deep Koamaru. HEX triplet: 36, 30 and 72. RGB value is (54,48,114). Sum of RGB (Red+Green+Blue) = 54+48+114=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #363072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363072 is #C9CF8D. Grayscale: #393939. Windows color (decimal): -13225870 or 7483446. OLE color: 7483446.
HSL color Cylindrical-coordinate representation of color #363072: hue angle of 245.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363072 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 48 | 114 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.55 |
| HSL | 245.45º | 0.41% | 0.32% | - |
| HSV(B) | 245.45º | 0.58% | 0.45% | - |
| XYZ | 5.62 | 4.11 | 16.42 | - |
| YUV | 57.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 114 | 0.53 | 0.58 | 0 | 0.55 | 245.45 | 0.41 | 0.32 |
| Hex | 36 | 30 | 72 | 35 | 3A | 0 | 37 | F5 | 29 | 20 |
| Octal | 66 | 60 | 162 | 65 | 72 | 0 | 67 | 365 | 51 | 40 |
| Binary | 110110 | 110000 | 1110010 | 110101 | 111010 | 0 | 110111 | 11110101 | 101001 | 100000 |
Color Harmonies of #363072
Complementary color
Monochromatic Colors of #363072
Black with #363072
Text Example
Text Example
White with #363072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363072; }
p { color: rgb(54,48,114); }
H1.HeaderClassName
{
color: #363072;
}
.AnyTagClassName
{
color: #363072;
}
</style>
background-color css
<style>
a { background-color: #363072; }
a { background-color: rgb(54,48,114); }
div.DivClassName
{
background-color: #363072;
}
.BgClassName
{
background-color: #363072;
}
</style>
border-color css
<style>
span { border-color: #363072; }
span { border-color: rgb(54,48,114); }
td.TdClassName
{
border-color: #363072;
}
.TagClassName
{
border-color: #363072;
}
</style>