Shades of Blue Gem #3C2098
Tints of Blue Gem #3C2098
RGB
CMYK
RGB Variations
Color information
#3C2098 (or 0x3C2098) is known color: Blue Gem. HEX triplet: 3C, 20 and 98. RGB value is (60,32,152). Sum of RGB (Red+Green+Blue) = 60+32+152=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C2098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2098 is #C3DF67. Grayscale: #353535. Windows color (decimal): -12836712 or 9969724. OLE color: 9969724.
HSL color Cylindrical-coordinate representation of color #3C2098: hue angle of 254º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2098 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 32 | 152 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.40 |
| HSL | 254º | 0.65% | 0.36% | - |
| HSV(B) | 254º | 0.79% | 0.6% | - |
| XYZ | 8.05 | 4.26 | 30.1 | - |
| YUV | 54.05 | 183.28 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 152 | 0.61 | 0.79 | 0 | 0.40 | 254 | 0.65 | 0.36 |
| Hex | 3C | 20 | 98 | 3D | 4F | 0 | 28 | FE | 41 | 24 |
| Octal | 74 | 40 | 230 | 75 | 117 | 0 | 50 | 376 | 101 | 44 |
| Binary | 111100 | 100000 | 10011000 | 111101 | 1001111 | 0 | 101000 | 11111110 | 1000001 | 100100 |
Color Harmonies of #3C2098
Complementary color
Monochromatic Colors of #3C2098
Black with #3C2098
Text Example
Text Example
White with #3C2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2098; }
p { color: rgb(60,32,152); }
H1.HeaderClassName
{
color: #3C2098;
}
.AnyTagClassName
{
color: #3C2098;
}
</style>
background-color css
<style>
a { background-color: #3C2098; }
a { background-color: rgb(60,32,152); }
div.DivClassName
{
background-color: #3C2098;
}
.BgClassName
{
background-color: #3C2098;
}
</style>
border-color css
<style>
span { border-color: #3C2098; }
span { border-color: rgb(60,32,152); }
td.TdClassName
{
border-color: #3C2098;
}
.TagClassName
{
border-color: #3C2098;
}
</style>