Shades of Deep Koamaru #352E73
Tints of Deep Koamaru #352E73
RGB
CMYK
RGB Variations
Color information
#352E73 (or 0x352E73) is known color: Deep Koamaru. HEX triplet: 35, 2E and 73. RGB value is (53,46,115). Sum of RGB (Red+Green+Blue) = 53+46+115=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #352E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E73 is #CAD18C. Grayscale: #373737. Windows color (decimal): -13291917 or 7548469. OLE color: 7548469.
HSL color Cylindrical-coordinate representation of color #352E73: hue angle of 246.09º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352E73 is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 46 | 115 | - |
| CMYK | 0.54 | 0.6 | 0 | 0.55 |
| HSL | 246.09º | 0.43% | 0.32% | - |
| HSV(B) | 246.09º | 0.6% | 0.45% | - |
| XYZ | 5.54 | 3.95 | 16.69 | - |
| YUV | 55.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 115 | 0.54 | 0.6 | 0 | 0.55 | 246.09 | 0.43 | 0.32 |
| Hex | 35 | 2E | 73 | 36 | 3C | 0 | 37 | F6 | 2B | 20 |
| Octal | 65 | 56 | 163 | 66 | 74 | 0 | 67 | 366 | 53 | 40 |
| Binary | 110101 | 101110 | 1110011 | 110110 | 111100 | 0 | 110111 | 11110110 | 101011 | 100000 |
Color Harmonies of #352E73
Complementary color
Monochromatic Colors of #352E73
Black with #352E73
Text Example
Text Example
White with #352E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E73; }
p { color: rgb(53,46,115); }
H1.HeaderClassName
{
color: #352E73;
}
.AnyTagClassName
{
color: #352E73;
}
</style>
background-color css
<style>
a { background-color: #352E73; }
a { background-color: rgb(53,46,115); }
div.DivClassName
{
background-color: #352E73;
}
.BgClassName
{
background-color: #352E73;
}
</style>
border-color css
<style>
span { border-color: #352E73; }
span { border-color: rgb(53,46,115); }
td.TdClassName
{
border-color: #352E73;
}
.TagClassName
{
border-color: #352E73;
}
</style>