Shades of Blue Gem #3C3BAC
Tints of Blue Gem #3C3BAC
RGB
CMYK
RGB Variations
Color information
#3C3BAC (or 0x3C3BAC) is known color: Blue Gem. HEX triplet: 3C, 3B and AC. RGB value is (60,59,172). Sum of RGB (Red+Green+Blue) = 60+59+172=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C3BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3BAC is #C3C453. Grayscale: #474747. Windows color (decimal): -12829780 or 11287356. OLE color: 11287356.
HSL color Cylindrical-coordinate representation of color #3C3BAC: hue angle of 240.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C3BAC is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 59 | 172 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.33 |
| HSL | 240.53º | 0.49% | 0.45% | - |
| HSV(B) | 240.53º | 0.66% | 0.67% | - |
| XYZ | 10.87 | 7.07 | 39.82 | - |
| YUV | 72.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 172 | 0.65 | 0.66 | 0 | 0.33 | 240.53 | 0.49 | 0.45 |
| Hex | 3C | 3B | AC | 41 | 42 | 0 | 21 | F1 | 31 | 2D |
| Octal | 74 | 73 | 254 | 101 | 102 | 0 | 41 | 361 | 61 | 55 |
| Binary | 111100 | 111011 | 10101100 | 1000001 | 1000010 | 0 | 100001 | 11110001 | 110001 | 101101 |
Color Harmonies of #3C3BAC
Complementary color
Monochromatic Colors of #3C3BAC
Black with #3C3BAC
Text Example
Text Example
White with #3C3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3BAC; }
p { color: rgb(60,59,172); }
H1.HeaderClassName
{
color: #3C3BAC;
}
.AnyTagClassName
{
color: #3C3BAC;
}
</style>
background-color css
<style>
a { background-color: #3C3BAC; }
a { background-color: rgb(60,59,172); }
div.DivClassName
{
background-color: #3C3BAC;
}
.BgClassName
{
background-color: #3C3BAC;
}
</style>
border-color css
<style>
span { border-color: #3C3BAC; }
span { border-color: rgb(60,59,172); }
td.TdClassName
{
border-color: #3C3BAC;
}
.TagClassName
{
border-color: #3C3BAC;
}
</style>