Shades of Deep Koamaru #363265
Tints of Deep Koamaru #363265
RGB
CMYK
RGB Variations
Color information
#363265 (or 0x363265) is known color: Deep Koamaru. HEX triplet: 36, 32 and 65. RGB value is (54,50,101). Sum of RGB (Red+Green+Blue) = 54+50+101=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #363265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363265 is #C9CD9A. Grayscale: #383838. Windows color (decimal): -13225371 or 6631990. OLE color: 6631990.
HSL color Cylindrical-coordinate representation of color #363265: hue angle of 244.71º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363265 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 50 | 101 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.60 |
| HSL | 244.71º | 0.34% | 0.3% | - |
| HSV(B) | 244.71º | 0.5% | 0.4% | - |
| XYZ | 5.01 | 4.01 | 12.82 | - |
| YUV | 57.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 101 | 0.47 | 0.50 | 0 | 0.60 | 244.71 | 0.34 | 0.3 |
| Hex | 36 | 32 | 65 | 2F | 32 | 0 | 3C | F5 | 22 | 1E |
| Octal | 66 | 62 | 145 | 57 | 62 | 0 | 74 | 365 | 42 | 36 |
| Binary | 110110 | 110010 | 1100101 | 101111 | 110010 | 0 | 111100 | 11110101 | 100010 | 11110 |
Color Harmonies of #363265
Complementary color
Monochromatic Colors of #363265
Black with #363265
Text Example
Text Example
White with #363265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363265; }
p { color: rgb(54,50,101); }
H1.HeaderClassName
{
color: #363265;
}
.AnyTagClassName
{
color: #363265;
}
</style>
background-color css
<style>
a { background-color: #363265; }
a { background-color: rgb(54,50,101); }
div.DivClassName
{
background-color: #363265;
}
.BgClassName
{
background-color: #363265;
}
</style>
border-color css
<style>
span { border-color: #363265; }
span { border-color: rgb(54,50,101); }
td.TdClassName
{
border-color: #363265;
}
.TagClassName
{
border-color: #363265;
}
</style>