Shades of Deep Koamaru #353371
Tints of Deep Koamaru #353371
RGB
CMYK
RGB Variations
Color information
#353371 (or 0x353371) is known color: Deep Koamaru. HEX triplet: 35, 33 and 71. RGB value is (53,51,113). Sum of RGB (Red+Green+Blue) = 53+51+113=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #353371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353371 is #CACC8E. Grayscale: #3A3A3A. Windows color (decimal): -13290639 or 7418677. OLE color: 7418677.
HSL color Cylindrical-coordinate representation of color #353371: hue angle of 241.94º 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 #353371 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 51 | 113 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.56 |
| HSL | 241.94º | 0.38% | 0.32% | - |
| HSV(B) | 241.94º | 0.55% | 0.44% | - |
| XYZ | 5.63 | 4.32 | 16.16 | - |
| YUV | 58.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 113 | 0.53 | 0.55 | 0 | 0.56 | 241.94 | 0.38 | 0.32 |
| Hex | 35 | 33 | 71 | 35 | 37 | 0 | 38 | F2 | 26 | 20 |
| Octal | 65 | 63 | 161 | 65 | 67 | 0 | 70 | 362 | 46 | 40 |
| Binary | 110101 | 110011 | 1110001 | 110101 | 110111 | 0 | 111000 | 11110010 | 100110 | 100000 |
Color Harmonies of #353371
Complementary color
Monochromatic Colors of #353371
Black with #353371
Text Example
Text Example
White with #353371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353371; }
p { color: rgb(53,51,113); }
H1.HeaderClassName
{
color: #353371;
}
.AnyTagClassName
{
color: #353371;
}
</style>
background-color css
<style>
a { background-color: #353371; }
a { background-color: rgb(53,51,113); }
div.DivClassName
{
background-color: #353371;
}
.BgClassName
{
background-color: #353371;
}
</style>
border-color css
<style>
span { border-color: #353371; }
span { border-color: rgb(53,51,113); }
td.TdClassName
{
border-color: #353371;
}
.TagClassName
{
border-color: #353371;
}
</style>