Shades of Blue Gem #3528A4
Tints of Blue Gem #3528A4
RGB
CMYK
RGB Variations
Color information
#3528A4 (or 0x3528A4) is known color: Blue Gem. HEX triplet: 35, 28 and A4. RGB value is (53,40,164). Sum of RGB (Red+Green+Blue) = 53+40+164=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #3528A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3528A4 is #CAD75B. Grayscale: #393939. Windows color (decimal): -13293404 or 10758197. OLE color: 10758197.
HSL color Cylindrical-coordinate representation of color #3528A4: hue angle of 246.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3528A4 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 40 | 164 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.36 |
| HSL | 246.29º | 0.61% | 0.4% | - |
| HSV(B) | 246.29º | 0.76% | 0.64% | - |
| XYZ | 8.93 | 4.95 | 35.61 | - |
| YUV | 58.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 164 | 0.68 | 0.76 | 0 | 0.36 | 246.29 | 0.61 | 0.4 |
| Hex | 35 | 28 | A4 | 44 | 4C | 0 | 24 | F6 | 3D | 28 |
| Octal | 65 | 50 | 244 | 104 | 114 | 0 | 44 | 366 | 75 | 50 |
| Binary | 110101 | 101000 | 10100100 | 1000100 | 1001100 | 0 | 100100 | 11110110 | 111101 | 101000 |
Color Harmonies of #3528A4
Complementary color
Monochromatic Colors of #3528A4
Black with #3528A4
Text Example
Text Example
White with #3528A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3528A4; }
p { color: rgb(53,40,164); }
H1.HeaderClassName
{
color: #3528A4;
}
.AnyTagClassName
{
color: #3528A4;
}
</style>
background-color css
<style>
a { background-color: #3528A4; }
a { background-color: rgb(53,40,164); }
div.DivClassName
{
background-color: #3528A4;
}
.BgClassName
{
background-color: #3528A4;
}
</style>
border-color css
<style>
span { border-color: #3528A4; }
span { border-color: rgb(53,40,164); }
td.TdClassName
{
border-color: #3528A4;
}
.TagClassName
{
border-color: #3528A4;
}
</style>