Shades of Deep Koamaru #363559
Tints of Deep Koamaru #363559
RGB
CMYK
RGB Variations
Color information
#363559 (or 0x363559) is known color: Deep Koamaru. HEX triplet: 36, 35 and 59. RGB value is (54,53,89). Sum of RGB (Red+Green+Blue) = 54+53+89=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #363559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363559 is #C9CAA6. Grayscale: #393939. Windows color (decimal): -13224615 or 5846326. OLE color: 5846326.
HSL color Cylindrical-coordinate representation of color #363559: hue angle of 241.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #363559 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 53 | 89 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.65 |
| HSL | 241.67º | 0.25% | 0.28% | - |
| HSV(B) | 241.67º | 0.4% | 0.35% | - |
| XYZ | 4.6 | 4.05 | 9.99 | - |
| YUV | 57.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 89 | 0.39 | 0.40 | 0 | 0.65 | 241.67 | 0.25 | 0.28 |
| Hex | 36 | 35 | 59 | 27 | 28 | 0 | 41 | F2 | 19 | 1C |
| Octal | 66 | 65 | 131 | 47 | 50 | 0 | 101 | 362 | 31 | 34 |
| Binary | 110110 | 110101 | 1011001 | 100111 | 101000 | 0 | 1000001 | 11110010 | 11001 | 11100 |
Color Harmonies of #363559
Complementary color
Monochromatic Colors of #363559
Black with #363559
Text Example
Text Example
White with #363559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363559; }
p { color: rgb(54,53,89); }
H1.HeaderClassName
{
color: #363559;
}
.AnyTagClassName
{
color: #363559;
}
</style>
background-color css
<style>
a { background-color: #363559; }
a { background-color: rgb(54,53,89); }
div.DivClassName
{
background-color: #363559;
}
.BgClassName
{
background-color: #363559;
}
</style>
border-color css
<style>
span { border-color: #363559; }
span { border-color: rgb(54,53,89); }
td.TdClassName
{
border-color: #363559;
}
.TagClassName
{
border-color: #363559;
}
</style>