Shades of Deep Koamaru #352F72
Tints of Deep Koamaru #352F72
RGB
CMYK
RGB Variations
Color information
#352F72 (or 0x352F72) is known color: Deep Koamaru. HEX triplet: 35, 2F and 72. RGB value is (53,47,114). Sum of RGB (Red+Green+Blue) = 53+47+114=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #352F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F72 is #CAD08D. Grayscale: #383838. Windows color (decimal): -13291662 or 7483189. OLE color: 7483189.
HSL color Cylindrical-coordinate representation of color #352F72: hue angle of 245.37º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352F72 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 47 | 114 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.55 |
| HSL | 245.37º | 0.42% | 0.32% | - |
| HSV(B) | 245.37º | 0.59% | 0.45% | - |
| XYZ | 5.52 | 4 | 16.4 | - |
| YUV | 56.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 114 | 0.54 | 0.59 | 0 | 0.55 | 245.37 | 0.42 | 0.32 |
| Hex | 35 | 2F | 72 | 36 | 3B | 0 | 37 | F5 | 2A | 20 |
| Octal | 65 | 57 | 162 | 66 | 73 | 0 | 67 | 365 | 52 | 40 |
| Binary | 110101 | 101111 | 1110010 | 110110 | 111011 | 0 | 110111 | 11110101 | 101010 | 100000 |
Color Harmonies of #352F72
Complementary color
Monochromatic Colors of #352F72
Black with #352F72
Text Example
Text Example
White with #352F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F72; }
p { color: rgb(53,47,114); }
H1.HeaderClassName
{
color: #352F72;
}
.AnyTagClassName
{
color: #352F72;
}
</style>
background-color css
<style>
a { background-color: #352F72; }
a { background-color: rgb(53,47,114); }
div.DivClassName
{
background-color: #352F72;
}
.BgClassName
{
background-color: #352F72;
}
</style>
border-color css
<style>
span { border-color: #352F72; }
span { border-color: rgb(53,47,114); }
td.TdClassName
{
border-color: #352F72;
}
.TagClassName
{
border-color: #352F72;
}
</style>