Shades of Blue Gem #3C2998
Tints of Blue Gem #3C2998
RGB
CMYK
RGB Variations
Color information
#3C2998 (or 0x3C2998) is known color: Blue Gem. HEX triplet: 3C, 29 and 98. RGB value is (60,41,152). Sum of RGB (Red+Green+Blue) = 60+41+152=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C2998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2998 is #C3D667. Grayscale: #3A3A3A. Windows color (decimal): -12834408 or 9972028. OLE color: 9972028.
HSL color Cylindrical-coordinate representation of color #3C2998: hue angle of 250.27º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2998 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 41 | 152 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.40 |
| HSL | 250.27º | 0.58% | 0.38% | - |
| HSV(B) | 250.27º | 0.73% | 0.6% | - |
| XYZ | 8.32 | 4.81 | 30.2 | - |
| YUV | 59.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 152 | 0.61 | 0.73 | 0 | 0.40 | 250.27 | 0.58 | 0.38 |
| Hex | 3C | 29 | 98 | 3D | 49 | 0 | 28 | FA | 3A | 26 |
| Octal | 74 | 51 | 230 | 75 | 111 | 0 | 50 | 372 | 72 | 46 |
| Binary | 111100 | 101001 | 10011000 | 111101 | 1001001 | 0 | 101000 | 11111010 | 111010 | 100110 |
Color Harmonies of #3C2998
Complementary color
Monochromatic Colors of #3C2998
Black with #3C2998
Text Example
Text Example
White with #3C2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2998; }
p { color: rgb(60,41,152); }
H1.HeaderClassName
{
color: #3C2998;
}
.AnyTagClassName
{
color: #3C2998;
}
</style>
background-color css
<style>
a { background-color: #3C2998; }
a { background-color: rgb(60,41,152); }
div.DivClassName
{
background-color: #3C2998;
}
.BgClassName
{
background-color: #3C2998;
}
</style>
border-color css
<style>
span { border-color: #3C2998; }
span { border-color: rgb(60,41,152); }
td.TdClassName
{
border-color: #3C2998;
}
.TagClassName
{
border-color: #3C2998;
}
</style>