Shades of Deep Koamaru #353271
Tints of Deep Koamaru #353271
RGB
CMYK
RGB Variations
Color information
#353271 (or 0x353271) is known color: Deep Koamaru. HEX triplet: 35, 32 and 71. RGB value is (53,50,113). Sum of RGB (Red+Green+Blue) = 53+50+113=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #353271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353271 is #CACD8E. Grayscale: #393939. Windows color (decimal): -13290895 or 7418421. OLE color: 7418421.
HSL color Cylindrical-coordinate representation of color #353271: hue angle of 242.86º 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 #353271 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 50 | 113 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.56 |
| HSL | 242.86º | 0.39% | 0.32% | - |
| HSV(B) | 242.86º | 0.56% | 0.44% | - |
| XYZ | 5.59 | 4.23 | 16.14 | - |
| YUV | 58.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 113 | 0.53 | 0.56 | 0 | 0.56 | 242.86 | 0.39 | 0.32 |
| Hex | 35 | 32 | 71 | 35 | 38 | 0 | 38 | F3 | 27 | 20 |
| Octal | 65 | 62 | 161 | 65 | 70 | 0 | 70 | 363 | 47 | 40 |
| Binary | 110101 | 110010 | 1110001 | 110101 | 111000 | 0 | 111000 | 11110011 | 100111 | 100000 |
Color Harmonies of #353271
Complementary color
Monochromatic Colors of #353271
Black with #353271
Text Example
Text Example
White with #353271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353271; }
p { color: rgb(53,50,113); }
H1.HeaderClassName
{
color: #353271;
}
.AnyTagClassName
{
color: #353271;
}
</style>
background-color css
<style>
a { background-color: #353271; }
a { background-color: rgb(53,50,113); }
div.DivClassName
{
background-color: #353271;
}
.BgClassName
{
background-color: #353271;
}
</style>
border-color css
<style>
span { border-color: #353271; }
span { border-color: rgb(53,50,113); }
td.TdClassName
{
border-color: #353271;
}
.TagClassName
{
border-color: #353271;
}
</style>