Shades of Deep Koamaru #352F76
Tints of Deep Koamaru #352F76
RGB
CMYK
RGB Variations
Color information
#352F76 (or 0x352F76) is known color: Deep Koamaru. HEX triplet: 35, 2F and 76. RGB value is (53,47,118). Sum of RGB (Red+Green+Blue) = 53+47+118=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #352F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F76 is #CAD089. Grayscale: #383838. Windows color (decimal): -13291658 or 7745333. OLE color: 7745333.
HSL color Cylindrical-coordinate representation of color #352F76: hue angle of 245.07º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352F76 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 47 | 118 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.54 |
| HSL | 245.07º | 0.43% | 0.32% | - |
| HSV(B) | 245.07º | 0.6% | 0.46% | - |
| XYZ | 5.75 | 4.1 | 17.63 | - |
| YUV | 56.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 118 | 0.55 | 0.60 | 0 | 0.54 | 245.07 | 0.43 | 0.32 |
| Hex | 35 | 2F | 76 | 37 | 3C | 0 | 36 | F5 | 2B | 20 |
| Octal | 65 | 57 | 166 | 67 | 74 | 0 | 66 | 365 | 53 | 40 |
| Binary | 110101 | 101111 | 1110110 | 110111 | 111100 | 0 | 110110 | 11110101 | 101011 | 100000 |
Color Harmonies of #352F76
Complementary color
Monochromatic Colors of #352F76
Black with #352F76
Text Example
Text Example
White with #352F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F76; }
p { color: rgb(53,47,118); }
H1.HeaderClassName
{
color: #352F76;
}
.AnyTagClassName
{
color: #352F76;
}
</style>
background-color css
<style>
a { background-color: #352F76; }
a { background-color: rgb(53,47,118); }
div.DivClassName
{
background-color: #352F76;
}
.BgClassName
{
background-color: #352F76;
}
</style>
border-color css
<style>
span { border-color: #352F76; }
span { border-color: rgb(53,47,118); }
td.TdClassName
{
border-color: #352F76;
}
.TagClassName
{
border-color: #352F76;
}
</style>