Shades of Blue Gem #3C279B
Tints of Blue Gem #3C279B
RGB
CMYK
RGB Variations
Color information
#3C279B (or 0x3C279B) is known color: Blue Gem. HEX triplet: 3C, 27 and 9B. RGB value is (60,39,155). Sum of RGB (Red+Green+Blue) = 60+39+155=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C279B is #C3D864. Grayscale: #3A3A3A. Windows color (decimal): -12834917 or 10168124. OLE color: 10168124.
HSL color Cylindrical-coordinate representation of color #3C279B: hue angle of 250.86º 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 #3C279B is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 39 | 155 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.39 |
| HSL | 250.86º | 0.6% | 0.38% | - |
| HSV(B) | 250.86º | 0.75% | 0.61% | - |
| XYZ | 8.51 | 4.78 | 31.48 | - |
| YUV | 58.5 | 182.46 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 155 | 0.61 | 0.75 | 0 | 0.39 | 250.86 | 0.6 | 0.38 |
| Hex | 3C | 27 | 9B | 3D | 4B | 0 | 27 | FB | 3C | 26 |
| Octal | 74 | 47 | 233 | 75 | 113 | 0 | 47 | 373 | 74 | 46 |
| Binary | 111100 | 100111 | 10011011 | 111101 | 1001011 | 0 | 100111 | 11111011 | 111100 | 100110 |
Color Harmonies of #3C279B
Complementary color
Monochromatic Colors of #3C279B
Black with #3C279B
Text Example
Text Example
White with #3C279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C279B; }
p { color: rgb(60,39,155); }
H1.HeaderClassName
{
color: #3C279B;
}
.AnyTagClassName
{
color: #3C279B;
}
</style>
background-color css
<style>
a { background-color: #3C279B; }
a { background-color: rgb(60,39,155); }
div.DivClassName
{
background-color: #3C279B;
}
.BgClassName
{
background-color: #3C279B;
}
</style>
border-color css
<style>
span { border-color: #3C279B; }
span { border-color: rgb(60,39,155); }
td.TdClassName
{
border-color: #3C279B;
}
.TagClassName
{
border-color: #3C279B;
}
</style>