Shades of Blue Gem #3C28AC
Tints of Blue Gem #3C28AC
RGB
CMYK
RGB Variations
Color information
#3C28AC (or 0x3C28AC) is known color: Blue Gem. HEX triplet: 3C, 28 and AC. RGB value is (60,40,172). Sum of RGB (Red+Green+Blue) = 60+40+172=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C28AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C28AC is #C3D753. Grayscale: #3C3C3C. Windows color (decimal): -12834644 or 11282492. OLE color: 11282492.
HSL color Cylindrical-coordinate representation of color #3C28AC: hue angle of 249.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C28AC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 40 | 172 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.33 |
| HSL | 249.09º | 0.62% | 0.42% | - |
| HSV(B) | 249.09º | 0.77% | 0.67% | - |
| XYZ | 10.07 | 5.46 | 39.55 | - |
| YUV | 61.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 172 | 0.65 | 0.77 | 0 | 0.33 | 249.09 | 0.62 | 0.42 |
| Hex | 3C | 28 | AC | 41 | 4D | 0 | 21 | F9 | 3E | 2A |
| Octal | 74 | 50 | 254 | 101 | 115 | 0 | 41 | 371 | 76 | 52 |
| Binary | 111100 | 101000 | 10101100 | 1000001 | 1001101 | 0 | 100001 | 11111001 | 111110 | 101010 |
Color Harmonies of #3C28AC
Complementary color
Monochromatic Colors of #3C28AC
Black with #3C28AC
Text Example
Text Example
White with #3C28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C28AC; }
p { color: rgb(60,40,172); }
H1.HeaderClassName
{
color: #3C28AC;
}
.AnyTagClassName
{
color: #3C28AC;
}
</style>
background-color css
<style>
a { background-color: #3C28AC; }
a { background-color: rgb(60,40,172); }
div.DivClassName
{
background-color: #3C28AC;
}
.BgClassName
{
background-color: #3C28AC;
}
</style>
border-color css
<style>
span { border-color: #3C28AC; }
span { border-color: rgb(60,40,172); }
td.TdClassName
{
border-color: #3C28AC;
}
.TagClassName
{
border-color: #3C28AC;
}
</style>