Shades of Blue Gem #3C2BA8
Tints of Blue Gem #3C2BA8
RGB
CMYK
RGB Variations
Color information
#3C2BA8 (or 0x3C2BA8) is known color: Blue Gem. HEX triplet: 3C, 2B and A8. RGB value is (60,43,168). Sum of RGB (Red+Green+Blue) = 60+43+168=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 168 (66.02% from 255 or 61.99% from 271); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C2BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2BA8 is #C3D457. Grayscale: #3D3D3D. Windows color (decimal): -12833880 or 11021116. OLE color: 11021116.
HSL color Cylindrical-coordinate representation of color #3C2BA8: hue angle of 248.16º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2BA8 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 43 | 168 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.34 |
| HSL | 248.16º | 0.59% | 0.41% | - |
| HSV(B) | 248.16º | 0.74% | 0.66% | - |
| XYZ | 9.8 | 5.52 | 37.59 | - |
| YUV | 62.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 168 | 0.64 | 0.74 | 0 | 0.34 | 248.16 | 0.59 | 0.41 |
| Hex | 3C | 2B | A8 | 40 | 4A | 0 | 22 | F8 | 3B | 29 |
| Octal | 74 | 53 | 250 | 100 | 112 | 0 | 42 | 370 | 73 | 51 |
| Binary | 111100 | 101011 | 10101000 | 1000000 | 1001010 | 0 | 100010 | 11111000 | 111011 | 101001 |
Color Harmonies of #3C2BA8
Complementary color
Monochromatic Colors of #3C2BA8
Black with #3C2BA8
Text Example
Text Example
White with #3C2BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2BA8; }
p { color: rgb(60,43,168); }
H1.HeaderClassName
{
color: #3C2BA8;
}
.AnyTagClassName
{
color: #3C2BA8;
}
</style>
background-color css
<style>
a { background-color: #3C2BA8; }
a { background-color: rgb(60,43,168); }
div.DivClassName
{
background-color: #3C2BA8;
}
.BgClassName
{
background-color: #3C2BA8;
}
</style>
border-color css
<style>
span { border-color: #3C2BA8; }
span { border-color: rgb(60,43,168); }
td.TdClassName
{
border-color: #3C2BA8;
}
.TagClassName
{
border-color: #3C2BA8;
}
</style>