Shades of Deep Koamaru #353079
Tints of Deep Koamaru #353079
RGB
CMYK
RGB Variations
Color information
#353079 (or 0x353079) is known color: Deep Koamaru. HEX triplet: 35, 30 and 79. RGB value is (53,48,121). Sum of RGB (Red+Green+Blue) = 53+48+121=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #353079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353079 is #CACF86. Grayscale: #393939. Windows color (decimal): -13291399 or 7942197. OLE color: 7942197.
HSL color Cylindrical-coordinate representation of color #353079: hue angle of 244.11º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353079 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 48 | 121 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.53 |
| HSL | 244.11º | 0.43% | 0.33% | - |
| HSV(B) | 244.11º | 0.6% | 0.47% | - |
| XYZ | 5.98 | 4.25 | 18.59 | - |
| YUV | 57.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 121 | 0.56 | 0.60 | 0 | 0.53 | 244.11 | 0.43 | 0.33 |
| Hex | 35 | 30 | 79 | 38 | 3C | 0 | 35 | F4 | 2B | 21 |
| Octal | 65 | 60 | 171 | 70 | 74 | 0 | 65 | 364 | 53 | 41 |
| Binary | 110101 | 110000 | 1111001 | 111000 | 111100 | 0 | 110101 | 11110100 | 101011 | 100001 |
Color Harmonies of #353079
Complementary color
Monochromatic Colors of #353079
Black with #353079
Text Example
Text Example
White with #353079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353079; }
p { color: rgb(53,48,121); }
H1.HeaderClassName
{
color: #353079;
}
.AnyTagClassName
{
color: #353079;
}
</style>
background-color css
<style>
a { background-color: #353079; }
a { background-color: rgb(53,48,121); }
div.DivClassName
{
background-color: #353079;
}
.BgClassName
{
background-color: #353079;
}
</style>
border-color css
<style>
span { border-color: #353079; }
span { border-color: rgb(53,48,121); }
td.TdClassName
{
border-color: #353079;
}
.TagClassName
{
border-color: #353079;
}
</style>