Shades of Blue Gem #3C2698
Tints of Blue Gem #3C2698
RGB
CMYK
RGB Variations
Color information
#3C2698 (or 0x3C2698) is known color: Blue Gem. HEX triplet: 3C, 26 and 98. RGB value is (60,38,152). Sum of RGB (Red+Green+Blue) = 60+38+152=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C2698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2698 is #C3D967. Grayscale: #393939. Windows color (decimal): -12835176 or 9971260. OLE color: 9971260.
HSL color Cylindrical-coordinate representation of color #3C2698: hue angle of 251.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2698 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 38 | 152 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.40 |
| HSL | 251.58º | 0.6% | 0.37% | - |
| HSV(B) | 251.58º | 0.75% | 0.6% | - |
| XYZ | 8.22 | 4.61 | 30.16 | - |
| YUV | 57.57 | 181.29 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 152 | 0.61 | 0.75 | 0 | 0.40 | 251.58 | 0.6 | 0.37 |
| Hex | 3C | 26 | 98 | 3D | 4B | 0 | 28 | FC | 3C | 25 |
| Octal | 74 | 46 | 230 | 75 | 113 | 0 | 50 | 374 | 74 | 45 |
| Binary | 111100 | 100110 | 10011000 | 111101 | 1001011 | 0 | 101000 | 11111100 | 111100 | 100101 |
Color Harmonies of #3C2698
Complementary color
Monochromatic Colors of #3C2698
Black with #3C2698
Text Example
Text Example
White with #3C2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2698; }
p { color: rgb(60,38,152); }
H1.HeaderClassName
{
color: #3C2698;
}
.AnyTagClassName
{
color: #3C2698;
}
</style>
background-color css
<style>
a { background-color: #3C2698; }
a { background-color: rgb(60,38,152); }
div.DivClassName
{
background-color: #3C2698;
}
.BgClassName
{
background-color: #3C2698;
}
</style>
border-color css
<style>
span { border-color: #3C2698; }
span { border-color: rgb(60,38,152); }
td.TdClassName
{
border-color: #3C2698;
}
.TagClassName
{
border-color: #3C2698;
}
</style>