Shades of Deep Koamaru #353177
Tints of Deep Koamaru #353177
RGB
CMYK
RGB Variations
Color information
#353177 (or 0x353177) is known color: Deep Koamaru. HEX triplet: 35, 31 and 77. RGB value is (53,49,119). Sum of RGB (Red+Green+Blue) = 53+49+119=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #353177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353177 is #CACE88. Grayscale: #393939. Windows color (decimal): -13291145 or 7811381. OLE color: 7811381.
HSL color Cylindrical-coordinate representation of color #353177: hue angle of 243.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353177 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 49 | 119 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.53 |
| HSL | 243.43º | 0.42% | 0.33% | - |
| HSV(B) | 243.43º | 0.59% | 0.47% | - |
| XYZ | 5.9 | 4.29 | 17.97 | - |
| YUV | 58.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 119 | 0.55 | 0.59 | 0 | 0.53 | 243.43 | 0.42 | 0.33 |
| Hex | 35 | 31 | 77 | 37 | 3B | 0 | 35 | F3 | 2A | 21 |
| Octal | 65 | 61 | 167 | 67 | 73 | 0 | 65 | 363 | 52 | 41 |
| Binary | 110101 | 110001 | 1110111 | 110111 | 111011 | 0 | 110101 | 11110011 | 101010 | 100001 |
Color Harmonies of #353177
Complementary color
Monochromatic Colors of #353177
Black with #353177
Text Example
Text Example
White with #353177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353177; }
p { color: rgb(53,49,119); }
H1.HeaderClassName
{
color: #353177;
}
.AnyTagClassName
{
color: #353177;
}
</style>
background-color css
<style>
a { background-color: #353177; }
a { background-color: rgb(53,49,119); }
div.DivClassName
{
background-color: #353177;
}
.BgClassName
{
background-color: #353177;
}
</style>
border-color css
<style>
span { border-color: #353177; }
span { border-color: rgb(53,49,119); }
td.TdClassName
{
border-color: #353177;
}
.TagClassName
{
border-color: #353177;
}
</style>