Shades of Blue Gem #3C2A98
Tints of Blue Gem #3C2A98
RGB
CMYK
RGB Variations
Color information
#3C2A98 (or 0x3C2A98) is known color: Blue Gem. HEX triplet: 3C, 2A and 98. RGB value is (60,42,152). Sum of RGB (Red+Green+Blue) = 60+42+152=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C2A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2A98 is #C3D567. Grayscale: #3B3B3B. Windows color (decimal): -12834152 or 9972284. OLE color: 9972284.
HSL color Cylindrical-coordinate representation of color #3C2A98: hue angle of 249.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2A98 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 42 | 152 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.40 |
| HSL | 249.82º | 0.57% | 0.38% | - |
| HSV(B) | 249.82º | 0.72% | 0.6% | - |
| XYZ | 8.36 | 4.88 | 30.21 | - |
| YUV | 59.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 152 | 0.61 | 0.72 | 0 | 0.40 | 249.82 | 0.57 | 0.38 |
| Hex | 3C | 2A | 98 | 3D | 48 | 0 | 28 | FA | 39 | 26 |
| Octal | 74 | 52 | 230 | 75 | 110 | 0 | 50 | 372 | 71 | 46 |
| Binary | 111100 | 101010 | 10011000 | 111101 | 1001000 | 0 | 101000 | 11111010 | 111001 | 100110 |
Color Harmonies of #3C2A98
Complementary color
Monochromatic Colors of #3C2A98
Black with #3C2A98
Text Example
Text Example
White with #3C2A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2A98; }
p { color: rgb(60,42,152); }
H1.HeaderClassName
{
color: #3C2A98;
}
.AnyTagClassName
{
color: #3C2A98;
}
</style>
background-color css
<style>
a { background-color: #3C2A98; }
a { background-color: rgb(60,42,152); }
div.DivClassName
{
background-color: #3C2A98;
}
.BgClassName
{
background-color: #3C2A98;
}
</style>
border-color css
<style>
span { border-color: #3C2A98; }
span { border-color: rgb(60,42,152); }
td.TdClassName
{
border-color: #3C2A98;
}
.TagClassName
{
border-color: #3C2A98;
}
</style>