Shades of Deep Koamaru #353270
Tints of Deep Koamaru #353270
RGB
CMYK
RGB Variations
Color information
#353270 (or 0x353270) is known color: Deep Koamaru. HEX triplet: 35, 32 and 70. RGB value is (53,50,112). Sum of RGB (Red+Green+Blue) = 53+50+112=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #353270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353270 is #CACD8F. Grayscale: #393939. Windows color (decimal): -13290896 or 7352885. OLE color: 7352885.
HSL color Cylindrical-coordinate representation of color #353270: hue angle of 242.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353270 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 50 | 112 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.56 |
| HSL | 242.9º | 0.38% | 0.32% | - |
| HSV(B) | 242.9º | 0.55% | 0.44% | - |
| XYZ | 5.53 | 4.21 | 15.85 | - |
| YUV | 57.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 112 | 0.53 | 0.55 | 0 | 0.56 | 242.9 | 0.38 | 0.32 |
| Hex | 35 | 32 | 70 | 35 | 37 | 0 | 38 | F3 | 26 | 20 |
| Octal | 65 | 62 | 160 | 65 | 67 | 0 | 70 | 363 | 46 | 40 |
| Binary | 110101 | 110010 | 1110000 | 110101 | 110111 | 0 | 111000 | 11110011 | 100110 | 100000 |
Color Harmonies of #353270
Complementary color
Monochromatic Colors of #353270
Black with #353270
Text Example
Text Example
White with #353270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353270; }
p { color: rgb(53,50,112); }
H1.HeaderClassName
{
color: #353270;
}
.AnyTagClassName
{
color: #353270;
}
</style>
background-color css
<style>
a { background-color: #353270; }
a { background-color: rgb(53,50,112); }
div.DivClassName
{
background-color: #353270;
}
.BgClassName
{
background-color: #353270;
}
</style>
border-color css
<style>
span { border-color: #353270; }
span { border-color: rgb(53,50,112); }
td.TdClassName
{
border-color: #353270;
}
.TagClassName
{
border-color: #353270;
}
</style>