Shades of Blue Gem #33209F
Tints of Blue Gem #33209F
RGB
CMYK
RGB Variations
Color information
#33209F (or 0x33209F) is known color: Blue Gem. HEX triplet: 33, 20 and 9F. RGB value is (51,32,159). Sum of RGB (Red+Green+Blue) = 51+32+159=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #33209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33209F is #CCDF60. Grayscale: #333333. Windows color (decimal): -13426529 or 10428467. OLE color: 10428467.
HSL color Cylindrical-coordinate representation of color #33209F: hue angle of 248.98º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33209F is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 32 | 159 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.38 |
| HSL | 248.98º | 0.66% | 0.37% | - |
| HSV(B) | 248.98º | 0.8% | 0.62% | - |
| XYZ | 8.14 | 4.24 | 33.19 | - |
| YUV | 52.16 | 188.29 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 159 | 0.68 | 0.80 | 0 | 0.38 | 248.98 | 0.66 | 0.37 |
| Hex | 33 | 20 | 9F | 44 | 50 | 0 | 26 | F9 | 42 | 25 |
| Octal | 63 | 40 | 237 | 104 | 120 | 0 | 46 | 371 | 102 | 45 |
| Binary | 110011 | 100000 | 10011111 | 1000100 | 1010000 | 0 | 100110 | 11111001 | 1000010 | 100101 |
Color Harmonies of #33209F
Complementary color
Monochromatic Colors of #33209F
Black with #33209F
Text Example
Text Example
White with #33209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33209F; }
p { color: rgb(51,32,159); }
H1.HeaderClassName
{
color: #33209F;
}
.AnyTagClassName
{
color: #33209F;
}
</style>
background-color css
<style>
a { background-color: #33209F; }
a { background-color: rgb(51,32,159); }
div.DivClassName
{
background-color: #33209F;
}
.BgClassName
{
background-color: #33209F;
}
</style>
border-color css
<style>
span { border-color: #33209F; }
span { border-color: rgb(51,32,159); }
td.TdClassName
{
border-color: #33209F;
}
.TagClassName
{
border-color: #33209F;
}
</style>