Shades of Blue Gem #3C26AC
Tints of Blue Gem #3C26AC
RGB
CMYK
RGB Variations
Color information
#3C26AC (or 0x3C26AC) is known color: Blue Gem. HEX triplet: 3C, 26 and AC. RGB value is (60,38,172). Sum of RGB (Red+Green+Blue) = 60+38+172=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C26AC is #C3D953. Grayscale: #3B3B3B. Windows color (decimal): -12835156 or 11281980. OLE color: 11281980.
HSL color Cylindrical-coordinate representation of color #3C26AC: hue angle of 249.85º 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 #3C26AC is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 38 | 172 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.33 |
| HSL | 249.85º | 0.64% | 0.41% | - |
| HSV(B) | 249.85º | 0.78% | 0.67% | - |
| XYZ | 10 | 5.33 | 39.53 | - |
| YUV | 59.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 172 | 0.65 | 0.78 | 0 | 0.33 | 249.85 | 0.64 | 0.41 |
| Hex | 3C | 26 | AC | 41 | 4E | 0 | 21 | FA | 40 | 29 |
| Octal | 74 | 46 | 254 | 101 | 116 | 0 | 41 | 372 | 100 | 51 |
| Binary | 111100 | 100110 | 10101100 | 1000001 | 1001110 | 0 | 100001 | 11111010 | 1000000 | 101001 |
Color Harmonies of #3C26AC
Complementary color
Monochromatic Colors of #3C26AC
Black with #3C26AC
Text Example
Text Example
White with #3C26AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26AC; }
p { color: rgb(60,38,172); }
H1.HeaderClassName
{
color: #3C26AC;
}
.AnyTagClassName
{
color: #3C26AC;
}
</style>
background-color css
<style>
a { background-color: #3C26AC; }
a { background-color: rgb(60,38,172); }
div.DivClassName
{
background-color: #3C26AC;
}
.BgClassName
{
background-color: #3C26AC;
}
</style>
border-color css
<style>
span { border-color: #3C26AC; }
span { border-color: rgb(60,38,172); }
td.TdClassName
{
border-color: #3C26AC;
}
.TagClassName
{
border-color: #3C26AC;
}
</style>