Shades of Deep Koamaru #363760
Tints of Deep Koamaru #363760
RGB
CMYK
RGB Variations
Color information
#363760 (or 0x363760) is known color: Deep Koamaru. HEX triplet: 36, 37 and 60. RGB value is (54,55,96). Sum of RGB (Red+Green+Blue) = 54+55+96=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #363760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363760 is #C9C89F. Grayscale: #3B3B3B. Windows color (decimal): -13224096 or 6305590. OLE color: 6305590.
HSL color Cylindrical-coordinate representation of color #363760: hue angle of 238.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363760 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 55 | 96 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.62 |
| HSL | 238.57º | 0.28% | 0.29% | - |
| HSV(B) | 238.57º | 0.44% | 0.38% | - |
| XYZ | 5 | 4.36 | 11.64 | - |
| YUV | 59.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 96 | 0.44 | 0.43 | 0 | 0.62 | 238.57 | 0.28 | 0.29 |
| Hex | 36 | 37 | 60 | 2C | 2B | 0 | 3E | EF | 1C | 1D |
| Octal | 66 | 67 | 140 | 54 | 53 | 0 | 76 | 357 | 34 | 35 |
| Binary | 110110 | 110111 | 1100000 | 101100 | 101011 | 0 | 111110 | 11101111 | 11100 | 11101 |
Color Harmonies of #363760
Complementary color
Monochromatic Colors of #363760
Black with #363760
Text Example
Text Example
White with #363760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363760; }
p { color: rgb(54,55,96); }
H1.HeaderClassName
{
color: #363760;
}
.AnyTagClassName
{
color: #363760;
}
</style>
background-color css
<style>
a { background-color: #363760; }
a { background-color: rgb(54,55,96); }
div.DivClassName
{
background-color: #363760;
}
.BgClassName
{
background-color: #363760;
}
</style>
border-color css
<style>
span { border-color: #363760; }
span { border-color: rgb(54,55,96); }
td.TdClassName
{
border-color: #363760;
}
.TagClassName
{
border-color: #363760;
}
</style>