Shades of Blue Gem #3C2EAB
Tints of Blue Gem #3C2EAB
RGB
CMYK
RGB Variations
Color information
#3C2EAB (or 0x3C2EAB) is known color: Blue Gem. HEX triplet: 3C, 2E and AB. RGB value is (60,46,171). Sum of RGB (Red+Green+Blue) = 60+46+171=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C2EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2EAB is #C3D154. Grayscale: #3F3F3F. Windows color (decimal): -12833109 or 11218492. OLE color: 11218492.
HSL color Cylindrical-coordinate representation of color #3C2EAB: hue angle of 246.72º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2EAB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 46 | 171 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.33 |
| HSL | 246.72º | 0.58% | 0.43% | - |
| HSV(B) | 246.72º | 0.73% | 0.67% | - |
| XYZ | 10.19 | 5.85 | 39.12 | - |
| YUV | 64.44 | 188.14 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 171 | 0.65 | 0.73 | 0 | 0.33 | 246.72 | 0.58 | 0.43 |
| Hex | 3C | 2E | AB | 41 | 49 | 0 | 21 | F7 | 3A | 2B |
| Octal | 74 | 56 | 253 | 101 | 111 | 0 | 41 | 367 | 72 | 53 |
| Binary | 111100 | 101110 | 10101011 | 1000001 | 1001001 | 0 | 100001 | 11110111 | 111010 | 101011 |
Color Harmonies of #3C2EAB
Complementary color
Monochromatic Colors of #3C2EAB
Black with #3C2EAB
Text Example
Text Example
White with #3C2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EAB; }
p { color: rgb(60,46,171); }
H1.HeaderClassName
{
color: #3C2EAB;
}
.AnyTagClassName
{
color: #3C2EAB;
}
</style>
background-color css
<style>
a { background-color: #3C2EAB; }
a { background-color: rgb(60,46,171); }
div.DivClassName
{
background-color: #3C2EAB;
}
.BgClassName
{
background-color: #3C2EAB;
}
</style>
border-color css
<style>
span { border-color: #3C2EAB; }
span { border-color: rgb(60,46,171); }
td.TdClassName
{
border-color: #3C2EAB;
}
.TagClassName
{
border-color: #3C2EAB;
}
</style>