Shades of Blue Gem #3C39AC
Tints of Blue Gem #3C39AC
RGB
CMYK
RGB Variations
Color information
#3C39AC (or 0x3C39AC) is known color: Blue Gem. HEX triplet: 3C, 39 and AC. RGB value is (60,57,172). Sum of RGB (Red+Green+Blue) = 60+57+172=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C39AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39AC is #C3C653. Grayscale: #464646. Windows color (decimal): -12830292 or 11286844. OLE color: 11286844.
HSL color Cylindrical-coordinate representation of color #3C39AC: hue angle of 241.57º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C39AC is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 57 | 172 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.33 |
| HSL | 241.57º | 0.5% | 0.45% | - |
| HSV(B) | 241.57º | 0.67% | 0.67% | - |
| XYZ | 10.77 | 6.87 | 39.79 | - |
| YUV | 71.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 172 | 0.65 | 0.67 | 0 | 0.33 | 241.57 | 0.5 | 0.45 |
| Hex | 3C | 39 | AC | 41 | 43 | 0 | 21 | F2 | 32 | 2D |
| Octal | 74 | 71 | 254 | 101 | 103 | 0 | 41 | 362 | 62 | 55 |
| Binary | 111100 | 111001 | 10101100 | 1000001 | 1000011 | 0 | 100001 | 11110010 | 110010 | 101101 |
Color Harmonies of #3C39AC
Complementary color
Monochromatic Colors of #3C39AC
Black with #3C39AC
Text Example
Text Example
White with #3C39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39AC; }
p { color: rgb(60,57,172); }
H1.HeaderClassName
{
color: #3C39AC;
}
.AnyTagClassName
{
color: #3C39AC;
}
</style>
background-color css
<style>
a { background-color: #3C39AC; }
a { background-color: rgb(60,57,172); }
div.DivClassName
{
background-color: #3C39AC;
}
.BgClassName
{
background-color: #3C39AC;
}
</style>
border-color css
<style>
span { border-color: #3C39AC; }
span { border-color: rgb(60,57,172); }
td.TdClassName
{
border-color: #3C39AC;
}
.TagClassName
{
border-color: #3C39AC;
}
</style>