Shades of Deep Koamaru #363965
Tints of Deep Koamaru #363965
RGB
CMYK
RGB Variations
Color information
#363965 (or 0x363965) is known color: Deep Koamaru. HEX triplet: 36, 39 and 65. RGB value is (54,57,101). Sum of RGB (Red+Green+Blue) = 54+57+101=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #363965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363965 is #C9C69A. Grayscale: #3C3C3C. Windows color (decimal): -13223579 or 6633782. OLE color: 6633782.
HSL color Cylindrical-coordinate representation of color #363965: hue angle of 236.17º 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 #363965 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 57 | 101 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.60 |
| HSL | 236.17º | 0.3% | 0.3% | - |
| HSV(B) | 236.17º | 0.47% | 0.4% | - |
| XYZ | 5.33 | 4.65 | 12.93 | - |
| YUV | 61.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 101 | 0.47 | 0.44 | 0 | 0.60 | 236.17 | 0.3 | 0.3 |
| Hex | 36 | 39 | 65 | 2F | 2C | 0 | 3C | EC | 1E | 1E |
| Octal | 66 | 71 | 145 | 57 | 54 | 0 | 74 | 354 | 36 | 36 |
| Binary | 110110 | 111001 | 1100101 | 101111 | 101100 | 0 | 111100 | 11101100 | 11110 | 11110 |
Color Harmonies of #363965
Complementary color
Monochromatic Colors of #363965
Black with #363965
Text Example
Text Example
White with #363965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363965; }
p { color: rgb(54,57,101); }
H1.HeaderClassName
{
color: #363965;
}
.AnyTagClassName
{
color: #363965;
}
</style>
background-color css
<style>
a { background-color: #363965; }
a { background-color: rgb(54,57,101); }
div.DivClassName
{
background-color: #363965;
}
.BgClassName
{
background-color: #363965;
}
</style>
border-color css
<style>
span { border-color: #363965; }
span { border-color: rgb(54,57,101); }
td.TdClassName
{
border-color: #363965;
}
.TagClassName
{
border-color: #363965;
}
</style>