Shades of Blue Gem #3C28AB
Tints of Blue Gem #3C28AB
RGB
CMYK
RGB Variations
Color information
#3C28AB (or 0x3C28AB) is known color: Blue Gem. HEX triplet: 3C, 28 and AB. RGB value is (60,40,171). Sum of RGB (Red+Green+Blue) = 60+40+171=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C28AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C28AB is #C3D754. Grayscale: #3C3C3C. Windows color (decimal): -12834645 or 11216956. OLE color: 11216956.
HSL color Cylindrical-coordinate representation of color #3C28AB: hue angle of 249.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C28AB is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 40 | 171 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.33 |
| HSL | 249.16º | 0.62% | 0.41% | - |
| HSV(B) | 249.16º | 0.77% | 0.67% | - |
| XYZ | 9.97 | 5.42 | 39.05 | - |
| YUV | 60.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 171 | 0.65 | 0.77 | 0 | 0.33 | 249.16 | 0.62 | 0.41 |
| Hex | 3C | 28 | AB | 41 | 4D | 0 | 21 | F9 | 3E | 29 |
| Octal | 74 | 50 | 253 | 101 | 115 | 0 | 41 | 371 | 76 | 51 |
| Binary | 111100 | 101000 | 10101011 | 1000001 | 1001101 | 0 | 100001 | 11111001 | 111110 | 101001 |
Color Harmonies of #3C28AB
Complementary color
Monochromatic Colors of #3C28AB
Black with #3C28AB
Text Example
Text Example
White with #3C28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C28AB; }
p { color: rgb(60,40,171); }
H1.HeaderClassName
{
color: #3C28AB;
}
.AnyTagClassName
{
color: #3C28AB;
}
</style>
background-color css
<style>
a { background-color: #3C28AB; }
a { background-color: rgb(60,40,171); }
div.DivClassName
{
background-color: #3C28AB;
}
.BgClassName
{
background-color: #3C28AB;
}
</style>
border-color css
<style>
span { border-color: #3C28AB; }
span { border-color: rgb(60,40,171); }
td.TdClassName
{
border-color: #3C28AB;
}
.TagClassName
{
border-color: #3C28AB;
}
</style>