Shades of Blue Gem #3C2BAE
Tints of Blue Gem #3C2BAE
RGB
CMYK
RGB Variations
Color information
#3C2BAE (or 0x3C2BAE) is known color: Blue Gem. HEX triplet: 3C, 2B and AE. RGB value is (60,43,174). Sum of RGB (Red+Green+Blue) = 60+43+174=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2BAE is #C3D451. Grayscale: #3E3E3E. Windows color (decimal): -12833874 or 11414332. OLE color: 11414332.
HSL color Cylindrical-coordinate representation of color #3C2BAE: hue angle of 247.79º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2BAE is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 43 | 174 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.32 |
| HSL | 247.79º | 0.6% | 0.43% | - |
| HSV(B) | 247.79º | 0.75% | 0.68% | - |
| XYZ | 10.37 | 5.74 | 40.61 | - |
| YUV | 63.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 174 | 0.66 | 0.75 | 0 | 0.32 | 247.79 | 0.6 | 0.43 |
| Hex | 3C | 2B | AE | 42 | 4B | 0 | 20 | F8 | 3C | 2B |
| Octal | 74 | 53 | 256 | 102 | 113 | 0 | 40 | 370 | 74 | 53 |
| Binary | 111100 | 101011 | 10101110 | 1000010 | 1001011 | 0 | 100000 | 11111000 | 111100 | 101011 |
Color Harmonies of #3C2BAE
Complementary color
Monochromatic Colors of #3C2BAE
Black with #3C2BAE
Text Example
Text Example
White with #3C2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2BAE; }
p { color: rgb(60,43,174); }
H1.HeaderClassName
{
color: #3C2BAE;
}
.AnyTagClassName
{
color: #3C2BAE;
}
</style>
background-color css
<style>
a { background-color: #3C2BAE; }
a { background-color: rgb(60,43,174); }
div.DivClassName
{
background-color: #3C2BAE;
}
.BgClassName
{
background-color: #3C2BAE;
}
</style>
border-color css
<style>
span { border-color: #3C2BAE; }
span { border-color: rgb(60,43,174); }
td.TdClassName
{
border-color: #3C2BAE;
}
.TagClassName
{
border-color: #3C2BAE;
}
</style>