Shades of Deep Koamaru #363655
Tints of Deep Koamaru #363655
RGB
CMYK
RGB Variations
Color information
#363655 (or 0x363655) is known color: Deep Koamaru. HEX triplet: 36, 36 and 55. RGB value is (54,54,85). Sum of RGB (Red+Green+Blue) = 54+54+85=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #363655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363655 is #C9C9AA. Grayscale: #393939. Windows color (decimal): -13224363 or 5584438. OLE color: 5584438.
HSL color Cylindrical-coordinate representation of color #363655: hue angle of 240º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #363655 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 54 | 85 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.67 |
| HSL | 240º | 0.22% | 0.27% | - |
| HSV(B) | 240º | 0.36% | 0.33% | - |
| XYZ | 4.48 | 4.08 | 9.15 | - |
| YUV | 57.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 85 | 0.36 | 0.36 | 0 | 0.67 | 240 | 0.22 | 0.27 |
| Hex | 36 | 36 | 55 | 24 | 24 | 0 | 43 | F0 | 16 | 1B |
| Octal | 66 | 66 | 125 | 44 | 44 | 0 | 103 | 360 | 26 | 33 |
| Binary | 110110 | 110110 | 1010101 | 100100 | 100100 | 0 | 1000011 | 11110000 | 10110 | 11011 |
Color Harmonies of #363655
Complementary color
Monochromatic Colors of #363655
Black with #363655
Text Example
Text Example
White with #363655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363655; }
p { color: rgb(54,54,85); }
H1.HeaderClassName
{
color: #363655;
}
.AnyTagClassName
{
color: #363655;
}
</style>
background-color css
<style>
a { background-color: #363655; }
a { background-color: rgb(54,54,85); }
div.DivClassName
{
background-color: #363655;
}
.BgClassName
{
background-color: #363655;
}
</style>
border-color css
<style>
span { border-color: #363655; }
span { border-color: rgb(54,54,85); }
td.TdClassName
{
border-color: #363655;
}
.TagClassName
{
border-color: #363655;
}
</style>