Shades of Blue Gem #3C28AE
Tints of Blue Gem #3C28AE
RGB
CMYK
RGB Variations
Color information
#3C28AE (or 0x3C28AE) is known color: Blue Gem. HEX triplet: 3C, 28 and AE. RGB value is (60,40,174). Sum of RGB (Red+Green+Blue) = 60+40+174=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C28AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C28AE is #C3D751. Grayscale: #3C3C3C. Windows color (decimal): -12834642 or 11413564. OLE color: 11413564.
HSL color Cylindrical-coordinate representation of color #3C28AE: hue angle of 248.96º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C28AE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 40 | 174 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.32 |
| HSL | 248.96º | 0.63% | 0.42% | - |
| HSV(B) | 248.96º | 0.77% | 0.68% | - |
| XYZ | 10.26 | 5.53 | 40.57 | - |
| YUV | 61.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 174 | 0.66 | 0.77 | 0 | 0.32 | 248.96 | 0.63 | 0.42 |
| Hex | 3C | 28 | AE | 42 | 4D | 0 | 20 | F9 | 3F | 2A |
| Octal | 74 | 50 | 256 | 102 | 115 | 0 | 40 | 371 | 77 | 52 |
| Binary | 111100 | 101000 | 10101110 | 1000010 | 1001101 | 0 | 100000 | 11111001 | 111111 | 101010 |
Color Harmonies of #3C28AE
Complementary color
Monochromatic Colors of #3C28AE
Black with #3C28AE
Text Example
Text Example
White with #3C28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C28AE; }
p { color: rgb(60,40,174); }
H1.HeaderClassName
{
color: #3C28AE;
}
.AnyTagClassName
{
color: #3C28AE;
}
</style>
background-color css
<style>
a { background-color: #3C28AE; }
a { background-color: rgb(60,40,174); }
div.DivClassName
{
background-color: #3C28AE;
}
.BgClassName
{
background-color: #3C28AE;
}
</style>
border-color css
<style>
span { border-color: #3C28AE; }
span { border-color: rgb(60,40,174); }
td.TdClassName
{
border-color: #3C28AE;
}
.TagClassName
{
border-color: #3C28AE;
}
</style>