Shades of Blue Gem #3529AA
Tints of Blue Gem #3529AA
RGB
CMYK
RGB Variations
Color information
#3529AA (or 0x3529AA) is known color: Blue Gem. HEX triplet: 35, 29 and AA. RGB value is (53,41,170). Sum of RGB (Red+Green+Blue) = 53+41+170=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #3529AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3529AA is #CAD655. Grayscale: #3A3A3A. Windows color (decimal): -13293142 or 11151669. OLE color: 11151669.
HSL color Cylindrical-coordinate representation of color #3529AA: hue angle of 245.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3529AA is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 41 | 170 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.33 |
| HSL | 245.58º | 0.61% | 0.41% | - |
| HSV(B) | 245.58º | 0.76% | 0.67% | - |
| XYZ | 9.52 | 5.25 | 38.54 | - |
| YUV | 59.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 170 | 0.69 | 0.76 | 0 | 0.33 | 245.58 | 0.61 | 0.41 |
| Hex | 35 | 29 | AA | 45 | 4C | 0 | 21 | F6 | 3D | 29 |
| Octal | 65 | 51 | 252 | 105 | 114 | 0 | 41 | 366 | 75 | 51 |
| Binary | 110101 | 101001 | 10101010 | 1000101 | 1001100 | 0 | 100001 | 11110110 | 111101 | 101001 |
Color Harmonies of #3529AA
Complementary color
Monochromatic Colors of #3529AA
Black with #3529AA
Text Example
Text Example
White with #3529AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3529AA; }
p { color: rgb(53,41,170); }
H1.HeaderClassName
{
color: #3529AA;
}
.AnyTagClassName
{
color: #3529AA;
}
</style>
background-color css
<style>
a { background-color: #3529AA; }
a { background-color: rgb(53,41,170); }
div.DivClassName
{
background-color: #3529AA;
}
.BgClassName
{
background-color: #3529AA;
}
</style>
border-color css
<style>
span { border-color: #3529AA; }
span { border-color: rgb(53,41,170); }
td.TdClassName
{
border-color: #3529AA;
}
.TagClassName
{
border-color: #3529AA;
}
</style>