Shades of Blue Gem #3C2398
Tints of Blue Gem #3C2398
RGB
CMYK
RGB Variations
Color information
#3C2398 (or 0x3C2398) is known color: Blue Gem. HEX triplet: 3C, 23 and 98. RGB value is (60,35,152). Sum of RGB (Red+Green+Blue) = 60+35+152=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C2398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2398 is #C3DC67. Grayscale: #373737. Windows color (decimal): -12835944 or 9970492. OLE color: 9970492.
HSL color Cylindrical-coordinate representation of color #3C2398: hue angle of 252.82º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2398 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 35 | 152 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.40 |
| HSL | 252.82º | 0.63% | 0.37% | - |
| HSV(B) | 252.82º | 0.77% | 0.6% | - |
| XYZ | 8.13 | 4.43 | 30.13 | - |
| YUV | 55.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 152 | 0.61 | 0.77 | 0 | 0.40 | 252.82 | 0.63 | 0.37 |
| Hex | 3C | 23 | 98 | 3D | 4D | 0 | 28 | FD | 3F | 25 |
| Octal | 74 | 43 | 230 | 75 | 115 | 0 | 50 | 375 | 77 | 45 |
| Binary | 111100 | 100011 | 10011000 | 111101 | 1001101 | 0 | 101000 | 11111101 | 111111 | 100101 |
Color Harmonies of #3C2398
Complementary color
Monochromatic Colors of #3C2398
Black with #3C2398
Text Example
Text Example
White with #3C2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2398; }
p { color: rgb(60,35,152); }
H1.HeaderClassName
{
color: #3C2398;
}
.AnyTagClassName
{
color: #3C2398;
}
</style>
background-color css
<style>
a { background-color: #3C2398; }
a { background-color: rgb(60,35,152); }
div.DivClassName
{
background-color: #3C2398;
}
.BgClassName
{
background-color: #3C2398;
}
</style>
border-color css
<style>
span { border-color: #3C2398; }
span { border-color: rgb(60,35,152); }
td.TdClassName
{
border-color: #3C2398;
}
.TagClassName
{
border-color: #3C2398;
}
</style>