Shades of Blue Gem #35219E
Tints of Blue Gem #35219E
RGB
CMYK
RGB Variations
Color information
#35219E (or 0x35219E) is known color: Blue Gem. HEX triplet: 35, 21 and 9E. RGB value is (53,33,158). Sum of RGB (Red+Green+Blue) = 53+33+158=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #35219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35219E is #CADE61. Grayscale: #343434. Windows color (decimal): -13295202 or 10363189. OLE color: 10363189.
HSL color Cylindrical-coordinate representation of color #35219E: hue angle of 249.6º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35219E is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 33 | 158 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.38 |
| HSL | 249.6º | 0.65% | 0.37% | - |
| HSV(B) | 249.6º | 0.79% | 0.62% | - |
| XYZ | 8.18 | 4.31 | 32.75 | - |
| YUV | 53.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 158 | 0.66 | 0.79 | 0 | 0.38 | 249.6 | 0.65 | 0.37 |
| Hex | 35 | 21 | 9E | 42 | 4F | 0 | 26 | FA | 41 | 25 |
| Octal | 65 | 41 | 236 | 102 | 117 | 0 | 46 | 372 | 101 | 45 |
| Binary | 110101 | 100001 | 10011110 | 1000010 | 1001111 | 0 | 100110 | 11111010 | 1000001 | 100101 |
Color Harmonies of #35219E
Complementary color
Monochromatic Colors of #35219E
Black with #35219E
Text Example
Text Example
White with #35219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35219E; }
p { color: rgb(53,33,158); }
H1.HeaderClassName
{
color: #35219E;
}
.AnyTagClassName
{
color: #35219E;
}
</style>
background-color css
<style>
a { background-color: #35219E; }
a { background-color: rgb(53,33,158); }
div.DivClassName
{
background-color: #35219E;
}
.BgClassName
{
background-color: #35219E;
}
</style>
border-color css
<style>
span { border-color: #35219E; }
span { border-color: rgb(53,33,158); }
td.TdClassName
{
border-color: #35219E;
}
.TagClassName
{
border-color: #35219E;
}
</style>