Shades of Deep Koamaru #363464
Tints of Deep Koamaru #363464
RGB
CMYK
RGB Variations
Color information
#363464 (or 0x363464) is known color: Deep Koamaru. HEX triplet: 36, 34 and 64. RGB value is (54,52,100). Sum of RGB (Red+Green+Blue) = 54+52+100=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #363464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363464 is #C9CB9B. Grayscale: #393939. Windows color (decimal): -13224860 or 6566966. OLE color: 6566966.
HSL color Cylindrical-coordinate representation of color #363464: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363464 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 52 | 100 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.61 |
| HSL | 242.5º | 0.32% | 0.3% | - |
| HSV(B) | 242.5º | 0.48% | 0.39% | - |
| XYZ | 5.05 | 4.16 | 12.59 | - |
| YUV | 58.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 100 | 0.46 | 0.48 | 0 | 0.61 | 242.5 | 0.32 | 0.3 |
| Hex | 36 | 34 | 64 | 2E | 30 | 0 | 3D | F2 | 20 | 1E |
| Octal | 66 | 64 | 144 | 56 | 60 | 0 | 75 | 362 | 40 | 36 |
| Binary | 110110 | 110100 | 1100100 | 101110 | 110000 | 0 | 111101 | 11110010 | 100000 | 11110 |
Color Harmonies of #363464
Complementary color
Monochromatic Colors of #363464
Black with #363464
Text Example
Text Example
White with #363464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363464; }
p { color: rgb(54,52,100); }
H1.HeaderClassName
{
color: #363464;
}
.AnyTagClassName
{
color: #363464;
}
</style>
background-color css
<style>
a { background-color: #363464; }
a { background-color: rgb(54,52,100); }
div.DivClassName
{
background-color: #363464;
}
.BgClassName
{
background-color: #363464;
}
</style>
border-color css
<style>
span { border-color: #363464; }
span { border-color: rgb(54,52,100); }
td.TdClassName
{
border-color: #363464;
}
.TagClassName
{
border-color: #363464;
}
</style>