Shades of Deep Koamaru #352D74
Tints of Deep Koamaru #352D74
RGB
CMYK
RGB Variations
Color information
#352D74 (or 0x352D74) is known color: Deep Koamaru. HEX triplet: 35, 2D and 74. RGB value is (53,45,116). Sum of RGB (Red+Green+Blue) = 53+45+116=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #352D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D74 is #CAD28B. Grayscale: #373737. Windows color (decimal): -13292172 or 7613749. OLE color: 7613749.
HSL color Cylindrical-coordinate representation of color #352D74: hue angle of 246.76º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #352D74 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 45 | 116 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.55 |
| HSL | 246.76º | 0.44% | 0.32% | - |
| HSV(B) | 246.76º | 0.61% | 0.45% | - |
| XYZ | 5.56 | 3.89 | 16.98 | - |
| YUV | 55.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 116 | 0.54 | 0.61 | 0 | 0.55 | 246.76 | 0.44 | 0.32 |
| Hex | 35 | 2D | 74 | 36 | 3D | 0 | 37 | F7 | 2C | 20 |
| Octal | 65 | 55 | 164 | 66 | 75 | 0 | 67 | 367 | 54 | 40 |
| Binary | 110101 | 101101 | 1110100 | 110110 | 111101 | 0 | 110111 | 11110111 | 101100 | 100000 |
Color Harmonies of #352D74
Complementary color
Monochromatic Colors of #352D74
Black with #352D74
Text Example
Text Example
White with #352D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D74; }
p { color: rgb(53,45,116); }
H1.HeaderClassName
{
color: #352D74;
}
.AnyTagClassName
{
color: #352D74;
}
</style>
background-color css
<style>
a { background-color: #352D74; }
a { background-color: rgb(53,45,116); }
div.DivClassName
{
background-color: #352D74;
}
.BgClassName
{
background-color: #352D74;
}
</style>
border-color css
<style>
span { border-color: #352D74; }
span { border-color: rgb(53,45,116); }
td.TdClassName
{
border-color: #352D74;
}
.TagClassName
{
border-color: #352D74;
}
</style>