Shades of Deep Koamaru #363865
Tints of Deep Koamaru #363865
RGB
CMYK
RGB Variations
Color information
#363865 (or 0x363865) is known color: Deep Koamaru. HEX triplet: 36, 38 and 65. RGB value is (54,56,101). Sum of RGB (Red+Green+Blue) = 54+56+101=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #363865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363865 is #C9C79A. Grayscale: #3C3C3C. Windows color (decimal): -13223835 or 6633526. OLE color: 6633526.
HSL color Cylindrical-coordinate representation of color #363865: hue angle of 237.45º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363865 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 56 | 101 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.60 |
| HSL | 237.45º | 0.3% | 0.3% | - |
| HSV(B) | 237.45º | 0.47% | 0.4% | - |
| XYZ | 5.28 | 4.55 | 12.91 | - |
| YUV | 60.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 101 | 0.47 | 0.45 | 0 | 0.60 | 237.45 | 0.3 | 0.3 |
| Hex | 36 | 38 | 65 | 2F | 2D | 0 | 3C | ED | 1E | 1E |
| Octal | 66 | 70 | 145 | 57 | 55 | 0 | 74 | 355 | 36 | 36 |
| Binary | 110110 | 111000 | 1100101 | 101111 | 101101 | 0 | 111100 | 11101101 | 11110 | 11110 |
Color Harmonies of #363865
Complementary color
Monochromatic Colors of #363865
Black with #363865
Text Example
Text Example
White with #363865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363865; }
p { color: rgb(54,56,101); }
H1.HeaderClassName
{
color: #363865;
}
.AnyTagClassName
{
color: #363865;
}
</style>
background-color css
<style>
a { background-color: #363865; }
a { background-color: rgb(54,56,101); }
div.DivClassName
{
background-color: #363865;
}
.BgClassName
{
background-color: #363865;
}
</style>
border-color css
<style>
span { border-color: #363865; }
span { border-color: rgb(54,56,101); }
td.TdClassName
{
border-color: #363865;
}
.TagClassName
{
border-color: #363865;
}
</style>