Shades of Deep Koamaru #353163
Tints of Deep Koamaru #353163
RGB
CMYK
RGB Variations
Color information
#353163 (or 0x353163) is known color: Deep Koamaru. HEX triplet: 35, 31 and 63. RGB value is (53,49,99). Sum of RGB (Red+Green+Blue) = 53+49+99=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #353163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353163 is #CACE9C. Grayscale: #373737. Windows color (decimal): -13291165 or 6500661. OLE color: 6500661.
HSL color Cylindrical-coordinate representation of color #353163: hue angle of 244.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353163 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 49 | 99 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.61 |
| HSL | 244.8º | 0.34% | 0.29% | - |
| HSV(B) | 244.8º | 0.51% | 0.39% | - |
| XYZ | 4.82 | 3.85 | 12.29 | - |
| YUV | 55.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 99 | 0.46 | 0.51 | 0 | 0.61 | 244.8 | 0.34 | 0.29 |
| Hex | 35 | 31 | 63 | 2E | 33 | 0 | 3D | F5 | 22 | 1D |
| Octal | 65 | 61 | 143 | 56 | 63 | 0 | 75 | 365 | 42 | 35 |
| Binary | 110101 | 110001 | 1100011 | 101110 | 110011 | 0 | 111101 | 11110101 | 100010 | 11101 |
Color Harmonies of #353163
Complementary color
Monochromatic Colors of #353163
Black with #353163
Text Example
Text Example
White with #353163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353163; }
p { color: rgb(53,49,99); }
H1.HeaderClassName
{
color: #353163;
}
.AnyTagClassName
{
color: #353163;
}
</style>
background-color css
<style>
a { background-color: #353163; }
a { background-color: rgb(53,49,99); }
div.DivClassName
{
background-color: #353163;
}
.BgClassName
{
background-color: #353163;
}
</style>
border-color css
<style>
span { border-color: #353163; }
span { border-color: rgb(53,49,99); }
td.TdClassName
{
border-color: #353163;
}
.TagClassName
{
border-color: #353163;
}
</style>