Shades of Blue Gem #3C258E
Tints of Blue Gem #3C258E
RGB
CMYK
RGB Variations
Color information
#3C258E (or 0x3C258E) is known color: Blue Gem. HEX triplet: 3C, 25 and 8E. RGB value is (60,37,142). Sum of RGB (Red+Green+Blue) = 60+37+142=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C258E is #C3DA71. Grayscale: #373737. Windows color (decimal): -12835442 or 9315644. OLE color: 9315644.
HSL color Cylindrical-coordinate representation of color #3C258E: hue angle of 253.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C258E is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 37 | 142 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.44 |
| HSL | 253.14º | 0.59% | 0.35% | - |
| HSV(B) | 253.14º | 0.74% | 0.56% | - |
| XYZ | 7.41 | 4.24 | 26.02 | - |
| YUV | 55.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 142 | 0.58 | 0.74 | 0 | 0.44 | 253.14 | 0.59 | 0.35 |
| Hex | 3C | 25 | 8E | 3A | 4A | 0 | 2C | FD | 3B | 23 |
| Octal | 74 | 45 | 216 | 72 | 112 | 0 | 54 | 375 | 73 | 43 |
| Binary | 111100 | 100101 | 10001110 | 111010 | 1001010 | 0 | 101100 | 11111101 | 111011 | 100011 |
Color Harmonies of #3C258E
Complementary color
Monochromatic Colors of #3C258E
Black with #3C258E
Text Example
Text Example
White with #3C258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C258E; }
p { color: rgb(60,37,142); }
H1.HeaderClassName
{
color: #3C258E;
}
.AnyTagClassName
{
color: #3C258E;
}
</style>
background-color css
<style>
a { background-color: #3C258E; }
a { background-color: rgb(60,37,142); }
div.DivClassName
{
background-color: #3C258E;
}
.BgClassName
{
background-color: #3C258E;
}
</style>
border-color css
<style>
span { border-color: #3C258E; }
span { border-color: rgb(60,37,142); }
td.TdClassName
{
border-color: #3C258E;
}
.TagClassName
{
border-color: #3C258E;
}
</style>