Shades of Deep Koamaru #363561
Tints of Deep Koamaru #363561
RGB
CMYK
RGB Variations
Color information
#363561 (or 0x363561) is known color: Deep Koamaru. HEX triplet: 36, 35 and 61. RGB value is (54,53,97). Sum of RGB (Red+Green+Blue) = 54+53+97=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #363561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363561 is #C9CA9E. Grayscale: #3A3A3A. Windows color (decimal): -13224607 or 6370614. OLE color: 6370614.
HSL color Cylindrical-coordinate representation of color #363561: hue angle of 241.36º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #363561 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 53 | 97 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.62 |
| HSL | 241.36º | 0.29% | 0.29% | - |
| HSV(B) | 241.36º | 0.45% | 0.38% | - |
| XYZ | 4.95 | 4.19 | 11.86 | - |
| YUV | 58.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 97 | 0.44 | 0.45 | 0 | 0.62 | 241.36 | 0.29 | 0.29 |
| Hex | 36 | 35 | 61 | 2C | 2D | 0 | 3E | F1 | 1D | 1D |
| Octal | 66 | 65 | 141 | 54 | 55 | 0 | 76 | 361 | 35 | 35 |
| Binary | 110110 | 110101 | 1100001 | 101100 | 101101 | 0 | 111110 | 11110001 | 11101 | 11101 |
Color Harmonies of #363561
Complementary color
Monochromatic Colors of #363561
Black with #363561
Text Example
Text Example
White with #363561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363561; }
p { color: rgb(54,53,97); }
H1.HeaderClassName
{
color: #363561;
}
.AnyTagClassName
{
color: #363561;
}
</style>
background-color css
<style>
a { background-color: #363561; }
a { background-color: rgb(54,53,97); }
div.DivClassName
{
background-color: #363561;
}
.BgClassName
{
background-color: #363561;
}
</style>
border-color css
<style>
span { border-color: #363561; }
span { border-color: rgb(54,53,97); }
td.TdClassName
{
border-color: #363561;
}
.TagClassName
{
border-color: #363561;
}
</style>