Shades of Deep Koamaru #353176
Tints of Deep Koamaru #353176
RGB
CMYK
RGB Variations
Color information
#353176 (or 0x353176) is known color: Deep Koamaru. HEX triplet: 35, 31 and 76. RGB value is (53,49,118). Sum of RGB (Red+Green+Blue) = 53+49+118=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #353176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353176 is #CACE89. Grayscale: #393939. Windows color (decimal): -13291146 or 7745845. OLE color: 7745845.
HSL color Cylindrical-coordinate representation of color #353176: hue angle of 243.48º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353176 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 49 | 118 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.54 |
| HSL | 243.48º | 0.41% | 0.33% | - |
| HSV(B) | 243.48º | 0.58% | 0.46% | - |
| XYZ | 5.84 | 4.26 | 17.65 | - |
| YUV | 58.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 118 | 0.55 | 0.58 | 0 | 0.54 | 243.48 | 0.41 | 0.33 |
| Hex | 35 | 31 | 76 | 37 | 3A | 0 | 36 | F3 | 29 | 21 |
| Octal | 65 | 61 | 166 | 67 | 72 | 0 | 66 | 363 | 51 | 41 |
| Binary | 110101 | 110001 | 1110110 | 110111 | 111010 | 0 | 110110 | 11110011 | 101001 | 100001 |
Color Harmonies of #353176
Complementary color
Monochromatic Colors of #353176
Black with #353176
Text Example
Text Example
White with #353176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353176; }
p { color: rgb(53,49,118); }
H1.HeaderClassName
{
color: #353176;
}
.AnyTagClassName
{
color: #353176;
}
</style>
background-color css
<style>
a { background-color: #353176; }
a { background-color: rgb(53,49,118); }
div.DivClassName
{
background-color: #353176;
}
.BgClassName
{
background-color: #353176;
}
</style>
border-color css
<style>
span { border-color: #353176; }
span { border-color: rgb(53,49,118); }
td.TdClassName
{
border-color: #353176;
}
.TagClassName
{
border-color: #353176;
}
</style>