Shades of Deep Koamaru #353170
Tints of Deep Koamaru #353170
RGB
CMYK
RGB Variations
Color information
#353170 (or 0x353170) is known color: Deep Koamaru. HEX triplet: 35, 31 and 70. RGB value is (53,49,112). Sum of RGB (Red+Green+Blue) = 53+49+112=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #353170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353170 is #CACE8F. Grayscale: #393939. Windows color (decimal): -13291152 or 7352629. OLE color: 7352629.
HSL color Cylindrical-coordinate representation of color #353170: hue angle of 243.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353170 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 49 | 112 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.56 |
| HSL | 243.81º | 0.39% | 0.32% | - |
| HSV(B) | 243.81º | 0.56% | 0.44% | - |
| XYZ | 5.49 | 4.12 | 15.84 | - |
| YUV | 57.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 112 | 0.53 | 0.56 | 0 | 0.56 | 243.81 | 0.39 | 0.32 |
| Hex | 35 | 31 | 70 | 35 | 38 | 0 | 38 | F4 | 27 | 20 |
| Octal | 65 | 61 | 160 | 65 | 70 | 0 | 70 | 364 | 47 | 40 |
| Binary | 110101 | 110001 | 1110000 | 110101 | 111000 | 0 | 111000 | 11110100 | 100111 | 100000 |
Color Harmonies of #353170
Complementary color
Monochromatic Colors of #353170
Black with #353170
Text Example
Text Example
White with #353170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353170; }
p { color: rgb(53,49,112); }
H1.HeaderClassName
{
color: #353170;
}
.AnyTagClassName
{
color: #353170;
}
</style>
background-color css
<style>
a { background-color: #353170; }
a { background-color: rgb(53,49,112); }
div.DivClassName
{
background-color: #353170;
}
.BgClassName
{
background-color: #353170;
}
</style>
border-color css
<style>
span { border-color: #353170; }
span { border-color: rgb(53,49,112); }
td.TdClassName
{
border-color: #353170;
}
.TagClassName
{
border-color: #353170;
}
</style>