Shades of Deep Koamaru #353376
Tints of Deep Koamaru #353376
RGB
CMYK
RGB Variations
Color information
#353376 (or 0x353376) is known color: Deep Koamaru. HEX triplet: 35, 33 and 76. RGB value is (53,51,118). Sum of RGB (Red+Green+Blue) = 53+51+118=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #353376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353376 is #CACC89. Grayscale: #3A3A3A. Windows color (decimal): -13290634 or 7746357. OLE color: 7746357.
HSL color Cylindrical-coordinate representation of color #353376: hue angle of 241.79º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353376 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 51 | 118 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.54 |
| HSL | 241.79º | 0.4% | 0.33% | - |
| HSV(B) | 241.79º | 0.57% | 0.46% | - |
| XYZ | 5.92 | 4.43 | 17.68 | - |
| YUV | 59.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 118 | 0.55 | 0.57 | 0 | 0.54 | 241.79 | 0.4 | 0.33 |
| Hex | 35 | 33 | 76 | 37 | 39 | 0 | 36 | F2 | 28 | 21 |
| Octal | 65 | 63 | 166 | 67 | 71 | 0 | 66 | 362 | 50 | 41 |
| Binary | 110101 | 110011 | 1110110 | 110111 | 111001 | 0 | 110110 | 11110010 | 101000 | 100001 |
Color Harmonies of #353376
Complementary color
Monochromatic Colors of #353376
Black with #353376
Text Example
Text Example
White with #353376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353376; }
p { color: rgb(53,51,118); }
H1.HeaderClassName
{
color: #353376;
}
.AnyTagClassName
{
color: #353376;
}
</style>
background-color css
<style>
a { background-color: #353376; }
a { background-color: rgb(53,51,118); }
div.DivClassName
{
background-color: #353376;
}
.BgClassName
{
background-color: #353376;
}
</style>
border-color css
<style>
span { border-color: #353376; }
span { border-color: rgb(53,51,118); }
td.TdClassName
{
border-color: #353376;
}
.TagClassName
{
border-color: #353376;
}
</style>