Shades of Deep Koamaru #352E71
Tints of Deep Koamaru #352E71
RGB
CMYK
RGB Variations
Color information
#352E71 (or 0x352E71) is known color: Deep Koamaru. HEX triplet: 35, 2E and 71. RGB value is (53,46,113). Sum of RGB (Red+Green+Blue) = 53+46+113=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #352E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E71 is #CAD18E. Grayscale: #373737. Windows color (decimal): -13291919 or 7417397. OLE color: 7417397.
HSL color Cylindrical-coordinate representation of color #352E71: hue angle of 246.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352E71 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 46 | 113 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.56 |
| HSL | 246.27º | 0.42% | 0.31% | - |
| HSV(B) | 246.27º | 0.59% | 0.44% | - |
| XYZ | 5.43 | 3.9 | 16.09 | - |
| YUV | 55.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 113 | 0.53 | 0.59 | 0 | 0.56 | 246.27 | 0.42 | 0.31 |
| Hex | 35 | 2E | 71 | 35 | 3B | 0 | 38 | F6 | 2A | 1F |
| Octal | 65 | 56 | 161 | 65 | 73 | 0 | 70 | 366 | 52 | 37 |
| Binary | 110101 | 101110 | 1110001 | 110101 | 111011 | 0 | 111000 | 11110110 | 101010 | 11111 |
Color Harmonies of #352E71
Complementary color
Monochromatic Colors of #352E71
Black with #352E71
Text Example
Text Example
White with #352E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E71; }
p { color: rgb(53,46,113); }
H1.HeaderClassName
{
color: #352E71;
}
.AnyTagClassName
{
color: #352E71;
}
</style>
background-color css
<style>
a { background-color: #352E71; }
a { background-color: rgb(53,46,113); }
div.DivClassName
{
background-color: #352E71;
}
.BgClassName
{
background-color: #352E71;
}
</style>
border-color css
<style>
span { border-color: #352E71; }
span { border-color: rgb(53,46,113); }
td.TdClassName
{
border-color: #352E71;
}
.TagClassName
{
border-color: #352E71;
}
</style>