Shades of Blue Gem #3525AB
Tints of Blue Gem #3525AB
RGB
CMYK
RGB Variations
Color information
#3525AB (or 0x3525AB) is known color: Blue Gem. HEX triplet: 35, 25 and AB. RGB value is (53,37,171). Sum of RGB (Red+Green+Blue) = 53+37+171=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3525AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3525AB is #CADA54. Grayscale: #383838. Windows color (decimal): -13294165 or 11216181. OLE color: 11216181.
HSL color Cylindrical-coordinate representation of color #3525AB: hue angle of 247.16º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3525AB is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 37 | 171 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.33 |
| HSL | 247.16º | 0.64% | 0.41% | - |
| HSV(B) | 247.16º | 0.78% | 0.67% | - |
| XYZ | 9.48 | 5.02 | 39 | - |
| YUV | 57.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 171 | 0.69 | 0.78 | 0 | 0.33 | 247.16 | 0.64 | 0.41 |
| Hex | 35 | 25 | AB | 45 | 4E | 0 | 21 | F7 | 40 | 29 |
| Octal | 65 | 45 | 253 | 105 | 116 | 0 | 41 | 367 | 100 | 51 |
| Binary | 110101 | 100101 | 10101011 | 1000101 | 1001110 | 0 | 100001 | 11110111 | 1000000 | 101001 |
Color Harmonies of #3525AB
Complementary color
Monochromatic Colors of #3525AB
Black with #3525AB
Text Example
Text Example
White with #3525AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3525AB; }
p { color: rgb(53,37,171); }
H1.HeaderClassName
{
color: #3525AB;
}
.AnyTagClassName
{
color: #3525AB;
}
</style>
background-color css
<style>
a { background-color: #3525AB; }
a { background-color: rgb(53,37,171); }
div.DivClassName
{
background-color: #3525AB;
}
.BgClassName
{
background-color: #3525AB;
}
</style>
border-color css
<style>
span { border-color: #3525AB; }
span { border-color: rgb(53,37,171); }
td.TdClassName
{
border-color: #3525AB;
}
.TagClassName
{
border-color: #3525AB;
}
</style>