Shades of Deep Koamaru #352D77
Tints of Deep Koamaru #352D77
RGB
CMYK
RGB Variations
Color information
#352D77 (or 0x352D77) is known color: Deep Koamaru. HEX triplet: 35, 2D and 77. RGB value is (53,45,119). Sum of RGB (Red+Green+Blue) = 53+45+119=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #352D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D77 is #CAD288. Grayscale: #373737. Windows color (decimal): -13292169 or 7810357. OLE color: 7810357.
HSL color Cylindrical-coordinate representation of color #352D77: hue angle of 246.49º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352D77 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 45 | 119 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.53 |
| HSL | 246.49º | 0.45% | 0.32% | - |
| HSV(B) | 246.49º | 0.62% | 0.47% | - |
| XYZ | 5.74 | 3.97 | 17.92 | - |
| YUV | 55.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 119 | 0.55 | 0.62 | 0 | 0.53 | 246.49 | 0.45 | 0.32 |
| Hex | 35 | 2D | 77 | 37 | 3E | 0 | 35 | F6 | 2D | 20 |
| Octal | 65 | 55 | 167 | 67 | 76 | 0 | 65 | 366 | 55 | 40 |
| Binary | 110101 | 101101 | 1110111 | 110111 | 111110 | 0 | 110101 | 11110110 | 101101 | 100000 |
Color Harmonies of #352D77
Complementary color
Monochromatic Colors of #352D77
Black with #352D77
Text Example
Text Example
White with #352D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D77; }
p { color: rgb(53,45,119); }
H1.HeaderClassName
{
color: #352D77;
}
.AnyTagClassName
{
color: #352D77;
}
</style>
background-color css
<style>
a { background-color: #352D77; }
a { background-color: rgb(53,45,119); }
div.DivClassName
{
background-color: #352D77;
}
.BgClassName
{
background-color: #352D77;
}
</style>
border-color css
<style>
span { border-color: #352D77; }
span { border-color: rgb(53,45,119); }
td.TdClassName
{
border-color: #352D77;
}
.TagClassName
{
border-color: #352D77;
}
</style>