Shades of Deep Koamaru #363861
Tints of Deep Koamaru #363861
RGB
CMYK
RGB Variations
Color information
#363861 (or 0x363861) is known color: Deep Koamaru. HEX triplet: 36, 38 and 61. RGB value is (54,56,97). Sum of RGB (Red+Green+Blue) = 54+56+97=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #363861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363861 is #C9C79E. Grayscale: #3B3B3B. Windows color (decimal): -13223839 or 6371382. OLE color: 6371382.
HSL color Cylindrical-coordinate representation of color #363861: hue angle of 237.21º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363861 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 56 | 97 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.62 |
| HSL | 237.21º | 0.28% | 0.3% | - |
| HSV(B) | 237.21º | 0.44% | 0.38% | - |
| XYZ | 5.09 | 4.48 | 11.9 | - |
| YUV | 60.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 97 | 0.44 | 0.42 | 0 | 0.62 | 237.21 | 0.28 | 0.3 |
| Hex | 36 | 38 | 61 | 2C | 2A | 0 | 3E | ED | 1C | 1E |
| Octal | 66 | 70 | 141 | 54 | 52 | 0 | 76 | 355 | 34 | 36 |
| Binary | 110110 | 111000 | 1100001 | 101100 | 101010 | 0 | 111110 | 11101101 | 11100 | 11110 |
Color Harmonies of #363861
Complementary color
Monochromatic Colors of #363861
Black with #363861
Text Example
Text Example
White with #363861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363861; }
p { color: rgb(54,56,97); }
H1.HeaderClassName
{
color: #363861;
}
.AnyTagClassName
{
color: #363861;
}
</style>
background-color css
<style>
a { background-color: #363861; }
a { background-color: rgb(54,56,97); }
div.DivClassName
{
background-color: #363861;
}
.BgClassName
{
background-color: #363861;
}
</style>
border-color css
<style>
span { border-color: #363861; }
span { border-color: rgb(54,56,97); }
td.TdClassName
{
border-color: #363861;
}
.TagClassName
{
border-color: #363861;
}
</style>