Shades of Deep Koamaru #33326F
Tints of Deep Koamaru #33326F
RGB
CMYK
RGB Variations
Color information
#33326F (or 0x33326F) is known color: Deep Koamaru. HEX triplet: 33, 32 and 6F. RGB value is (51,50,111). Sum of RGB (Red+Green+Blue) = 51+50+111=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #33326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33326F is #CCCD90. Grayscale: #393939. Windows color (decimal): -13421969 or 7287347. OLE color: 7287347.
HSL color Cylindrical-coordinate representation of color #33326F: hue angle of 240.98º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33326F is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 50 | 111 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.56 |
| HSL | 240.98º | 0.38% | 0.32% | - |
| HSV(B) | 240.98º | 0.55% | 0.44% | - |
| XYZ | 5.38 | 4.13 | 15.55 | - |
| YUV | 57.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 111 | 0.54 | 0.55 | 0 | 0.56 | 240.98 | 0.38 | 0.32 |
| Hex | 33 | 32 | 6F | 36 | 37 | 0 | 38 | F1 | 26 | 20 |
| Octal | 63 | 62 | 157 | 66 | 67 | 0 | 70 | 361 | 46 | 40 |
| Binary | 110011 | 110010 | 1101111 | 110110 | 110111 | 0 | 111000 | 11110001 | 100110 | 100000 |
Color Harmonies of #33326F
Complementary color
Monochromatic Colors of #33326F
Black with #33326F
Text Example
Text Example
White with #33326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33326F; }
p { color: rgb(51,50,111); }
H1.HeaderClassName
{
color: #33326F;
}
.AnyTagClassName
{
color: #33326F;
}
</style>
background-color css
<style>
a { background-color: #33326F; }
a { background-color: rgb(51,50,111); }
div.DivClassName
{
background-color: #33326F;
}
.BgClassName
{
background-color: #33326F;
}
</style>
border-color css
<style>
span { border-color: #33326F; }
span { border-color: rgb(51,50,111); }
td.TdClassName
{
border-color: #33326F;
}
.TagClassName
{
border-color: #33326F;
}
</style>