Shades of Blue Gem #3C27AE
Tints of Blue Gem #3C27AE
RGB
CMYK
RGB Variations
Color information
#3C27AE (or 0x3C27AE) is known color: Blue Gem. HEX triplet: 3C, 27 and AE. RGB value is (60,39,174). Sum of RGB (Red+Green+Blue) = 60+39+174=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C27AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C27AE is #C3D851. Grayscale: #3C3C3C. Windows color (decimal): -12834898 or 11413308. OLE color: 11413308.
HSL color Cylindrical-coordinate representation of color #3C27AE: hue angle of 249.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C27AE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 39 | 174 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.32 |
| HSL | 249.33º | 0.63% | 0.42% | - |
| HSV(B) | 249.33º | 0.78% | 0.68% | - |
| XYZ | 10.23 | 5.47 | 40.56 | - |
| YUV | 60.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 174 | 0.66 | 0.78 | 0 | 0.32 | 249.33 | 0.63 | 0.42 |
| Hex | 3C | 27 | AE | 42 | 4E | 0 | 20 | F9 | 3F | 2A |
| Octal | 74 | 47 | 256 | 102 | 116 | 0 | 40 | 371 | 77 | 52 |
| Binary | 111100 | 100111 | 10101110 | 1000010 | 1001110 | 0 | 100000 | 11111001 | 111111 | 101010 |
Color Harmonies of #3C27AE
Complementary color
Monochromatic Colors of #3C27AE
Black with #3C27AE
Text Example
Text Example
White with #3C27AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C27AE; }
p { color: rgb(60,39,174); }
H1.HeaderClassName
{
color: #3C27AE;
}
.AnyTagClassName
{
color: #3C27AE;
}
</style>
background-color css
<style>
a { background-color: #3C27AE; }
a { background-color: rgb(60,39,174); }
div.DivClassName
{
background-color: #3C27AE;
}
.BgClassName
{
background-color: #3C27AE;
}
</style>
border-color css
<style>
span { border-color: #3C27AE; }
span { border-color: rgb(60,39,174); }
td.TdClassName
{
border-color: #3C27AE;
}
.TagClassName
{
border-color: #3C27AE;
}
</style>