Shades of Deep Koamaru #353165
Tints of Deep Koamaru #353165
RGB
CMYK
RGB Variations
Color information
#353165 (or 0x353165) is known color: Deep Koamaru. HEX triplet: 35, 31 and 65. RGB value is (53,49,101). Sum of RGB (Red+Green+Blue) = 53+49+101=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #353165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353165 is #CACE9A. Grayscale: #373737. Windows color (decimal): -13291163 or 6631733. OLE color: 6631733.
HSL color Cylindrical-coordinate representation of color #353165: hue angle of 244.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353165 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 49 | 101 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.60 |
| HSL | 244.62º | 0.35% | 0.29% | - |
| HSV(B) | 244.62º | 0.51% | 0.4% | - |
| XYZ | 4.92 | 3.89 | 12.8 | - |
| YUV | 56.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 101 | 0.48 | 0.51 | 0 | 0.60 | 244.62 | 0.35 | 0.29 |
| Hex | 35 | 31 | 65 | 30 | 33 | 0 | 3C | F5 | 23 | 1D |
| Octal | 65 | 61 | 145 | 60 | 63 | 0 | 74 | 365 | 43 | 35 |
| Binary | 110101 | 110001 | 1100101 | 110000 | 110011 | 0 | 111100 | 11110101 | 100011 | 11101 |
Color Harmonies of #353165
Complementary color
Monochromatic Colors of #353165
Black with #353165
Text Example
Text Example
White with #353165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353165; }
p { color: rgb(53,49,101); }
H1.HeaderClassName
{
color: #353165;
}
.AnyTagClassName
{
color: #353165;
}
</style>
background-color css
<style>
a { background-color: #353165; }
a { background-color: rgb(53,49,101); }
div.DivClassName
{
background-color: #353165;
}
.BgClassName
{
background-color: #353165;
}
</style>
border-color css
<style>
span { border-color: #353165; }
span { border-color: rgb(53,49,101); }
td.TdClassName
{
border-color: #353165;
}
.TagClassName
{
border-color: #353165;
}
</style>