Shades of Blue Gem #3C26AB
Tints of Blue Gem #3C26AB
RGB
CMYK
RGB Variations
Color information
#3C26AB (or 0x3C26AB) is known color: Blue Gem. HEX triplet: 3C, 26 and AB. RGB value is (60,38,171). Sum of RGB (Red+Green+Blue) = 60+38+171=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C26AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C26AB is #C3D954. Grayscale: #3B3B3B. Windows color (decimal): -12835157 or 11216444. OLE color: 11216444.
HSL color Cylindrical-coordinate representation of color #3C26AB: hue angle of 249.92º 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 #3C26AB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 38 | 171 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.33 |
| HSL | 249.92º | 0.64% | 0.41% | - |
| HSV(B) | 249.92º | 0.78% | 0.67% | - |
| XYZ | 9.91 | 5.29 | 39.03 | - |
| YUV | 59.74 | 190.79 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 171 | 0.65 | 0.78 | 0 | 0.33 | 249.92 | 0.64 | 0.41 |
| Hex | 3C | 26 | AB | 41 | 4E | 0 | 21 | FA | 40 | 29 |
| Octal | 74 | 46 | 253 | 101 | 116 | 0 | 41 | 372 | 100 | 51 |
| Binary | 111100 | 100110 | 10101011 | 1000001 | 1001110 | 0 | 100001 | 11111010 | 1000000 | 101001 |
Color Harmonies of #3C26AB
Complementary color
Monochromatic Colors of #3C26AB
Black with #3C26AB
Text Example
Text Example
White with #3C26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26AB; }
p { color: rgb(60,38,171); }
H1.HeaderClassName
{
color: #3C26AB;
}
.AnyTagClassName
{
color: #3C26AB;
}
</style>
background-color css
<style>
a { background-color: #3C26AB; }
a { background-color: rgb(60,38,171); }
div.DivClassName
{
background-color: #3C26AB;
}
.BgClassName
{
background-color: #3C26AB;
}
</style>
border-color css
<style>
span { border-color: #3C26AB; }
span { border-color: rgb(60,38,171); }
td.TdClassName
{
border-color: #3C26AB;
}
.TagClassName
{
border-color: #3C26AB;
}
</style>