Shades of Deep Koamaru #353475
Tints of Deep Koamaru #353475
RGB
CMYK
RGB Variations
Color information
#353475 (or 0x353475) is known color: Deep Koamaru. HEX triplet: 35, 34 and 75. RGB value is (53,52,117). Sum of RGB (Red+Green+Blue) = 53+52+117=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #353475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353475 is #CACB8A. Grayscale: #3B3B3B. Windows color (decimal): -13290379 or 7681077. OLE color: 7681077.
HSL color Cylindrical-coordinate representation of color #353475: hue angle of 240.92º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353475 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 52 | 117 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.54 |
| HSL | 240.92º | 0.38% | 0.33% | - |
| HSV(B) | 240.92º | 0.56% | 0.46% | - |
| XYZ | 5.91 | 4.5 | 17.39 | - |
| YUV | 59.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 117 | 0.55 | 0.56 | 0 | 0.54 | 240.92 | 0.38 | 0.33 |
| Hex | 35 | 34 | 75 | 37 | 38 | 0 | 36 | F1 | 26 | 21 |
| Octal | 65 | 64 | 165 | 67 | 70 | 0 | 66 | 361 | 46 | 41 |
| Binary | 110101 | 110100 | 1110101 | 110111 | 111000 | 0 | 110110 | 11110001 | 100110 | 100001 |
Color Harmonies of #353475
Complementary color
Monochromatic Colors of #353475
Black with #353475
Text Example
Text Example
White with #353475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353475; }
p { color: rgb(53,52,117); }
H1.HeaderClassName
{
color: #353475;
}
.AnyTagClassName
{
color: #353475;
}
</style>
background-color css
<style>
a { background-color: #353475; }
a { background-color: rgb(53,52,117); }
div.DivClassName
{
background-color: #353475;
}
.BgClassName
{
background-color: #353475;
}
</style>
border-color css
<style>
span { border-color: #353475; }
span { border-color: rgb(53,52,117); }
td.TdClassName
{
border-color: #353475;
}
.TagClassName
{
border-color: #353475;
}
</style>