Shades of Blue Gem #3C27AB
Tints of Blue Gem #3C27AB
RGB
CMYK
RGB Variations
Color information
#3C27AB (or 0x3C27AB) is known color: Blue Gem. HEX triplet: 3C, 27 and AB. RGB value is (60,39,171). Sum of RGB (Red+Green+Blue) = 60+39+171=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C27AB is #C3D854. Grayscale: #3B3B3B. Windows color (decimal): -12834901 or 11216700. OLE color: 11216700.
HSL color Cylindrical-coordinate representation of color #3C27AB: hue angle of 249.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C27AB is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 39 | 171 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.33 |
| HSL | 249.55º | 0.63% | 0.41% | - |
| HSV(B) | 249.55º | 0.77% | 0.67% | - |
| XYZ | 9.94 | 5.35 | 39.04 | - |
| YUV | 60.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 171 | 0.65 | 0.77 | 0 | 0.33 | 249.55 | 0.63 | 0.41 |
| Hex | 3C | 27 | AB | 41 | 4D | 0 | 21 | FA | 3F | 29 |
| Octal | 74 | 47 | 253 | 101 | 115 | 0 | 41 | 372 | 77 | 51 |
| Binary | 111100 | 100111 | 10101011 | 1000001 | 1001101 | 0 | 100001 | 11111010 | 111111 | 101001 |
Color Harmonies of #3C27AB
Complementary color
Monochromatic Colors of #3C27AB
Black with #3C27AB
Text Example
Text Example
White with #3C27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C27AB; }
p { color: rgb(60,39,171); }
H1.HeaderClassName
{
color: #3C27AB;
}
.AnyTagClassName
{
color: #3C27AB;
}
</style>
background-color css
<style>
a { background-color: #3C27AB; }
a { background-color: rgb(60,39,171); }
div.DivClassName
{
background-color: #3C27AB;
}
.BgClassName
{
background-color: #3C27AB;
}
</style>
border-color css
<style>
span { border-color: #3C27AB; }
span { border-color: rgb(60,39,171); }
td.TdClassName
{
border-color: #3C27AB;
}
.TagClassName
{
border-color: #3C27AB;
}
</style>