Shades of Deep Koamaru #363764
Tints of Deep Koamaru #363764
RGB
CMYK
RGB Variations
Color information
#363764 (or 0x363764) is known color: Deep Koamaru. HEX triplet: 36, 37 and 64. RGB value is (54,55,100). Sum of RGB (Red+Green+Blue) = 54+55+100=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #363764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363764 is #C9C89B. Grayscale: #3B3B3B. Windows color (decimal): -13224092 or 6567734. OLE color: 6567734.
HSL color Cylindrical-coordinate representation of color #363764: hue angle of 238.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #363764 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 55 | 100 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.61 |
| HSL | 238.7º | 0.3% | 0.3% | - |
| HSV(B) | 238.7º | 0.46% | 0.39% | - |
| XYZ | 5.19 | 4.44 | 12.64 | - |
| YUV | 59.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 100 | 0.46 | 0.45 | 0 | 0.61 | 238.7 | 0.3 | 0.3 |
| Hex | 36 | 37 | 64 | 2E | 2D | 0 | 3D | EF | 1E | 1E |
| Octal | 66 | 67 | 144 | 56 | 55 | 0 | 75 | 357 | 36 | 36 |
| Binary | 110110 | 110111 | 1100100 | 101110 | 101101 | 0 | 111101 | 11101111 | 11110 | 11110 |
Color Harmonies of #363764
Complementary color
Monochromatic Colors of #363764
Black with #363764
Text Example
Text Example
White with #363764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363764; }
p { color: rgb(54,55,100); }
H1.HeaderClassName
{
color: #363764;
}
.AnyTagClassName
{
color: #363764;
}
</style>
background-color css
<style>
a { background-color: #363764; }
a { background-color: rgb(54,55,100); }
div.DivClassName
{
background-color: #363764;
}
.BgClassName
{
background-color: #363764;
}
</style>
border-color css
<style>
span { border-color: #363764; }
span { border-color: rgb(54,55,100); }
td.TdClassName
{
border-color: #363764;
}
.TagClassName
{
border-color: #363764;
}
</style>