Shades of Deep Koamaru #363063
Tints of Deep Koamaru #363063
RGB
CMYK
RGB Variations
Color information
#363063 (or 0x363063) is known color: Deep Koamaru. HEX triplet: 36, 30 and 63. RGB value is (54,48,99). Sum of RGB (Red+Green+Blue) = 54+48+99=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #363063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363063 is #C9CF9C. Grayscale: #373737. Windows color (decimal): -13225885 or 6500406. OLE color: 6500406.
HSL color Cylindrical-coordinate representation of color #363063: hue angle of 247.06º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363063 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 48 | 99 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.61 |
| HSL | 247.06º | 0.35% | 0.29% | - |
| HSV(B) | 247.06º | 0.52% | 0.39% | - |
| XYZ | 4.83 | 3.8 | 12.28 | - |
| YUV | 55.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 99 | 0.45 | 0.52 | 0 | 0.61 | 247.06 | 0.35 | 0.29 |
| Hex | 36 | 30 | 63 | 2D | 34 | 0 | 3D | F7 | 23 | 1D |
| Octal | 66 | 60 | 143 | 55 | 64 | 0 | 75 | 367 | 43 | 35 |
| Binary | 110110 | 110000 | 1100011 | 101101 | 110100 | 0 | 111101 | 11110111 | 100011 | 11101 |
Color Harmonies of #363063
Complementary color
Monochromatic Colors of #363063
Black with #363063
Text Example
Text Example
White with #363063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363063; }
p { color: rgb(54,48,99); }
H1.HeaderClassName
{
color: #363063;
}
.AnyTagClassName
{
color: #363063;
}
</style>
background-color css
<style>
a { background-color: #363063; }
a { background-color: rgb(54,48,99); }
div.DivClassName
{
background-color: #363063;
}
.BgClassName
{
background-color: #363063;
}
</style>
border-color css
<style>
span { border-color: #363063; }
span { border-color: rgb(54,48,99); }
td.TdClassName
{
border-color: #363063;
}
.TagClassName
{
border-color: #363063;
}
</style>