Shades of Blue Gem #3C279F
Tints of Blue Gem #3C279F
RGB
CMYK
RGB Variations
Color information
#3C279F (or 0x3C279F) is known color: Blue Gem. HEX triplet: 3C, 27 and 9F. RGB value is (60,39,159). Sum of RGB (Red+Green+Blue) = 60+39+159=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C279F is #C3D860. Grayscale: #3A3A3A. Windows color (decimal): -12834913 or 10430268. OLE color: 10430268.
HSL color Cylindrical-coordinate representation of color #3C279F: hue angle of 250.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C279F is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 39 | 159 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.38 |
| HSL | 250.5º | 0.61% | 0.39% | - |
| HSV(B) | 250.5º | 0.75% | 0.62% | - |
| XYZ | 8.85 | 4.91 | 33.28 | - |
| YUV | 58.96 | 184.46 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 159 | 0.62 | 0.75 | 0 | 0.38 | 250.5 | 0.61 | 0.39 |
| Hex | 3C | 27 | 9F | 3E | 4B | 0 | 26 | FB | 3D | 27 |
| Octal | 74 | 47 | 237 | 76 | 113 | 0 | 46 | 373 | 75 | 47 |
| Binary | 111100 | 100111 | 10011111 | 111110 | 1001011 | 0 | 100110 | 11111011 | 111101 | 100111 |
Color Harmonies of #3C279F
Complementary color
Monochromatic Colors of #3C279F
Black with #3C279F
Text Example
Text Example
White with #3C279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C279F; }
p { color: rgb(60,39,159); }
H1.HeaderClassName
{
color: #3C279F;
}
.AnyTagClassName
{
color: #3C279F;
}
</style>
background-color css
<style>
a { background-color: #3C279F; }
a { background-color: rgb(60,39,159); }
div.DivClassName
{
background-color: #3C279F;
}
.BgClassName
{
background-color: #3C279F;
}
</style>
border-color css
<style>
span { border-color: #3C279F; }
span { border-color: rgb(60,39,159); }
td.TdClassName
{
border-color: #3C279F;
}
.TagClassName
{
border-color: #3C279F;
}
</style>