Shades of Deep Koamaru #363264
Tints of Deep Koamaru #363264
RGB
CMYK
RGB Variations
Color information
#363264 (or 0x363264) is known color: Deep Koamaru. HEX triplet: 36, 32 and 64. RGB value is (54,50,100). Sum of RGB (Red+Green+Blue) = 54+50+100=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #363264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363264 is #C9CD9B. Grayscale: #383838. Windows color (decimal): -13225372 or 6566454. OLE color: 6566454.
HSL color Cylindrical-coordinate representation of color #363264: hue angle of 244.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363264 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 50 | 100 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.61 |
| HSL | 244.8º | 0.33% | 0.29% | - |
| HSV(B) | 244.8º | 0.5% | 0.39% | - |
| XYZ | 4.96 | 3.99 | 12.56 | - |
| YUV | 56.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 100 | 0.46 | 0.50 | 0 | 0.61 | 244.8 | 0.33 | 0.29 |
| Hex | 36 | 32 | 64 | 2E | 32 | 0 | 3D | F5 | 21 | 1D |
| Octal | 66 | 62 | 144 | 56 | 62 | 0 | 75 | 365 | 41 | 35 |
| Binary | 110110 | 110010 | 1100100 | 101110 | 110010 | 0 | 111101 | 11110101 | 100001 | 11101 |
Color Harmonies of #363264
Complementary color
Monochromatic Colors of #363264
Black with #363264
Text Example
Text Example
White with #363264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363264; }
p { color: rgb(54,50,100); }
H1.HeaderClassName
{
color: #363264;
}
.AnyTagClassName
{
color: #363264;
}
</style>
background-color css
<style>
a { background-color: #363264; }
a { background-color: rgb(54,50,100); }
div.DivClassName
{
background-color: #363264;
}
.BgClassName
{
background-color: #363264;
}
</style>
border-color css
<style>
span { border-color: #363264; }
span { border-color: rgb(54,50,100); }
td.TdClassName
{
border-color: #363264;
}
.TagClassName
{
border-color: #363264;
}
</style>