Shades of Deep Koamaru #352C76
Tints of Deep Koamaru #352C76
RGB
CMYK
RGB Variations
Color information
#352C76 (or 0x352C76) is known color: Deep Koamaru. HEX triplet: 35, 2C and 76. RGB value is (53,44,118). Sum of RGB (Red+Green+Blue) = 53+44+118=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #352C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C76 is #CAD389. Grayscale: #363636. Windows color (decimal): -13292426 or 7744565. OLE color: 7744565.
HSL color Cylindrical-coordinate representation of color #352C76: hue angle of 247.3º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352C76 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 44 | 118 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.54 |
| HSL | 247.3º | 0.46% | 0.32% | - |
| HSV(B) | 247.3º | 0.63% | 0.46% | - |
| XYZ | 5.64 | 3.87 | 17.59 | - |
| YUV | 55.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 118 | 0.55 | 0.63 | 0 | 0.54 | 247.3 | 0.46 | 0.32 |
| Hex | 35 | 2C | 76 | 37 | 3F | 0 | 36 | F7 | 2E | 20 |
| Octal | 65 | 54 | 166 | 67 | 77 | 0 | 66 | 367 | 56 | 40 |
| Binary | 110101 | 101100 | 1110110 | 110111 | 111111 | 0 | 110110 | 11110111 | 101110 | 100000 |
Color Harmonies of #352C76
Complementary color
Monochromatic Colors of #352C76
Black with #352C76
Text Example
Text Example
White with #352C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C76; }
p { color: rgb(53,44,118); }
H1.HeaderClassName
{
color: #352C76;
}
.AnyTagClassName
{
color: #352C76;
}
</style>
background-color css
<style>
a { background-color: #352C76; }
a { background-color: rgb(53,44,118); }
div.DivClassName
{
background-color: #352C76;
}
.BgClassName
{
background-color: #352C76;
}
</style>
border-color css
<style>
span { border-color: #352C76; }
span { border-color: rgb(53,44,118); }
td.TdClassName
{
border-color: #352C76;
}
.TagClassName
{
border-color: #352C76;
}
</style>