Shades of Deep Koamaru #36355C
Tints of Deep Koamaru #36355C
RGB
CMYK
RGB Variations
Color information
#36355C (or 0x36355C) is known color: Deep Koamaru. HEX triplet: 36, 35 and 5C. RGB value is (54,53,92). Sum of RGB (Red+Green+Blue) = 54+53+92=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #36355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36355C is #C9CAA3. Grayscale: #393939. Windows color (decimal): -13224612 or 6042934. OLE color: 6042934.
HSL color Cylindrical-coordinate representation of color #36355C: hue angle of 241.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36355C is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 53 | 92 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.64 |
| HSL | 241.54º | 0.27% | 0.28% | - |
| HSV(B) | 241.54º | 0.42% | 0.36% | - |
| XYZ | 4.73 | 4.1 | 10.67 | - |
| YUV | 57.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 92 | 0.41 | 0.42 | 0 | 0.64 | 241.54 | 0.27 | 0.28 |
| Hex | 36 | 35 | 5C | 29 | 2A | 0 | 40 | F2 | 1B | 1C |
| Octal | 66 | 65 | 134 | 51 | 52 | 0 | 100 | 362 | 33 | 34 |
| Binary | 110110 | 110101 | 1011100 | 101001 | 101010 | 0 | 1000000 | 11110010 | 11011 | 11100 |
Color Harmonies of #36355C
Complementary color
Monochromatic Colors of #36355C
Black with #36355C
Text Example
Text Example
White with #36355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36355C; }
p { color: rgb(54,53,92); }
H1.HeaderClassName
{
color: #36355C;
}
.AnyTagClassName
{
color: #36355C;
}
</style>
background-color css
<style>
a { background-color: #36355C; }
a { background-color: rgb(54,53,92); }
div.DivClassName
{
background-color: #36355C;
}
.BgClassName
{
background-color: #36355C;
}
</style>
border-color css
<style>
span { border-color: #36355C; }
span { border-color: rgb(54,53,92); }
td.TdClassName
{
border-color: #36355C;
}
.TagClassName
{
border-color: #36355C;
}
</style>