Shades of Deep Koamaru #333276
Tints of Deep Koamaru #333276
RGB
CMYK
RGB Variations
Color information
#333276 (or 0x333276) is known color: Deep Koamaru. HEX triplet: 33, 32 and 76. RGB value is (51,50,118). Sum of RGB (Red+Green+Blue) = 51+50+118=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #333276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333276 is #CCCD89. Grayscale: #393939. Windows color (decimal): -13421962 or 7746099. OLE color: 7746099.
HSL color Cylindrical-coordinate representation of color #333276: hue angle of 240.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #333276 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 50 | 118 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.54 |
| HSL | 240.88º | 0.4% | 0.33% | - |
| HSV(B) | 240.88º | 0.58% | 0.46% | - |
| XYZ | 5.78 | 4.29 | 17.66 | - |
| YUV | 58.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 118 | 0.57 | 0.58 | 0 | 0.54 | 240.88 | 0.4 | 0.33 |
| Hex | 33 | 32 | 76 | 39 | 3A | 0 | 36 | F1 | 28 | 21 |
| Octal | 63 | 62 | 166 | 71 | 72 | 0 | 66 | 361 | 50 | 41 |
| Binary | 110011 | 110010 | 1110110 | 111001 | 111010 | 0 | 110110 | 11110001 | 101000 | 100001 |
Color Harmonies of #333276
Complementary color
Monochromatic Colors of #333276
Black with #333276
Text Example
Text Example
White with #333276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333276; }
p { color: rgb(51,50,118); }
H1.HeaderClassName
{
color: #333276;
}
.AnyTagClassName
{
color: #333276;
}
</style>
background-color css
<style>
a { background-color: #333276; }
a { background-color: rgb(51,50,118); }
div.DivClassName
{
background-color: #333276;
}
.BgClassName
{
background-color: #333276;
}
</style>
border-color css
<style>
span { border-color: #333276; }
span { border-color: rgb(51,50,118); }
td.TdClassName
{
border-color: #333276;
}
.TagClassName
{
border-color: #333276;
}
</style>