Shades of Deep Koamaru #352C74
Tints of Deep Koamaru #352C74
RGB
CMYK
RGB Variations
Color information
#352C74 (or 0x352C74) is known color: Deep Koamaru. HEX triplet: 35, 2C and 74. RGB value is (53,44,116). Sum of RGB (Red+Green+Blue) = 53+44+116=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #352C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C74 is #CAD38B. Grayscale: #363636. Windows color (decimal): -13292428 or 7613493. OLE color: 7613493.
HSL color Cylindrical-coordinate representation of color #352C74: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352C74 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 44 | 116 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.55 |
| HSL | 247.5º | 0.45% | 0.31% | - |
| HSV(B) | 247.5º | 0.62% | 0.45% | - |
| XYZ | 5.52 | 3.82 | 16.97 | - |
| YUV | 54.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 116 | 0.54 | 0.62 | 0 | 0.55 | 247.5 | 0.45 | 0.31 |
| Hex | 35 | 2C | 74 | 36 | 3E | 0 | 37 | F8 | 2D | 1F |
| Octal | 65 | 54 | 164 | 66 | 76 | 0 | 67 | 370 | 55 | 37 |
| Binary | 110101 | 101100 | 1110100 | 110110 | 111110 | 0 | 110111 | 11111000 | 101101 | 11111 |
Color Harmonies of #352C74
Complementary color
Monochromatic Colors of #352C74
Black with #352C74
Text Example
Text Example
White with #352C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C74; }
p { color: rgb(53,44,116); }
H1.HeaderClassName
{
color: #352C74;
}
.AnyTagClassName
{
color: #352C74;
}
</style>
background-color css
<style>
a { background-color: #352C74; }
a { background-color: rgb(53,44,116); }
div.DivClassName
{
background-color: #352C74;
}
.BgClassName
{
background-color: #352C74;
}
</style>
border-color css
<style>
span { border-color: #352C74; }
span { border-color: rgb(53,44,116); }
td.TdClassName
{
border-color: #352C74;
}
.TagClassName
{
border-color: #352C74;
}
</style>