Shades of Deep Koamaru #353070
Tints of Deep Koamaru #353070
RGB
CMYK
RGB Variations
Color information
#353070 (or 0x353070) is known color: Deep Koamaru. HEX triplet: 35, 30 and 70. RGB value is (53,48,112). Sum of RGB (Red+Green+Blue) = 53+48+112=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #353070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353070 is #CACF8F. Grayscale: #383838. Windows color (decimal): -13291408 or 7352373. OLE color: 7352373.
HSL color Cylindrical-coordinate representation of color #353070: hue angle of 244.69º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353070 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 48 | 112 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.56 |
| HSL | 244.69º | 0.4% | 0.31% | - |
| HSV(B) | 244.69º | 0.57% | 0.44% | - |
| XYZ | 5.45 | 4.04 | 15.82 | - |
| YUV | 56.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 112 | 0.53 | 0.57 | 0 | 0.56 | 244.69 | 0.4 | 0.31 |
| Hex | 35 | 30 | 70 | 35 | 39 | 0 | 38 | F5 | 28 | 1F |
| Octal | 65 | 60 | 160 | 65 | 71 | 0 | 70 | 365 | 50 | 37 |
| Binary | 110101 | 110000 | 1110000 | 110101 | 111001 | 0 | 111000 | 11110101 | 101000 | 11111 |
Color Harmonies of #353070
Complementary color
Monochromatic Colors of #353070
Black with #353070
Text Example
Text Example
White with #353070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353070; }
p { color: rgb(53,48,112); }
H1.HeaderClassName
{
color: #353070;
}
.AnyTagClassName
{
color: #353070;
}
</style>
background-color css
<style>
a { background-color: #353070; }
a { background-color: rgb(53,48,112); }
div.DivClassName
{
background-color: #353070;
}
.BgClassName
{
background-color: #353070;
}
</style>
border-color css
<style>
span { border-color: #353070; }
span { border-color: rgb(53,48,112); }
td.TdClassName
{
border-color: #353070;
}
.TagClassName
{
border-color: #353070;
}
</style>