Shades of Blue Gem #3C279C
Tints of Blue Gem #3C279C
RGB
CMYK
RGB Variations
Color information
#3C279C (or 0x3C279C) is known color: Blue Gem. HEX triplet: 3C, 27 and 9C. RGB value is (60,39,156). Sum of RGB (Red+Green+Blue) = 60+39+156=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C279C is #C3D863. Grayscale: #3A3A3A. Windows color (decimal): -12834916 or 10233660. OLE color: 10233660.
HSL color Cylindrical-coordinate representation of color #3C279C: hue angle of 250.77º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C279C is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 39 | 156 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.39 |
| HSL | 250.77º | 0.6% | 0.38% | - |
| HSV(B) | 250.77º | 0.75% | 0.61% | - |
| XYZ | 8.59 | 4.81 | 31.93 | - |
| YUV | 58.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 156 | 0.62 | 0.75 | 0 | 0.39 | 250.77 | 0.6 | 0.38 |
| Hex | 3C | 27 | 9C | 3E | 4B | 0 | 27 | FB | 3C | 26 |
| Octal | 74 | 47 | 234 | 76 | 113 | 0 | 47 | 373 | 74 | 46 |
| Binary | 111100 | 100111 | 10011100 | 111110 | 1001011 | 0 | 100111 | 11111011 | 111100 | 100110 |
Color Harmonies of #3C279C
Complementary color
Monochromatic Colors of #3C279C
Black with #3C279C
Text Example
Text Example
White with #3C279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C279C; }
p { color: rgb(60,39,156); }
H1.HeaderClassName
{
color: #3C279C;
}
.AnyTagClassName
{
color: #3C279C;
}
</style>
background-color css
<style>
a { background-color: #3C279C; }
a { background-color: rgb(60,39,156); }
div.DivClassName
{
background-color: #3C279C;
}
.BgClassName
{
background-color: #3C279C;
}
</style>
border-color css
<style>
span { border-color: #3C279C; }
span { border-color: rgb(60,39,156); }
td.TdClassName
{
border-color: #3C279C;
}
.TagClassName
{
border-color: #3C279C;
}
</style>