Shades of Blue Gem #3C239D
Tints of Blue Gem #3C239D
RGB
CMYK
RGB Variations
Color information
#3C239D (or 0x3C239D) is known color: Blue Gem. HEX triplet: 3C, 23 and 9D. RGB value is (60,35,157). Sum of RGB (Red+Green+Blue) = 60+35+157=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C239D is #C3DC62. Grayscale: #373737. Windows color (decimal): -12835939 or 10298172. OLE color: 10298172.
HSL color Cylindrical-coordinate representation of color #3C239D: hue angle of 252.3º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C239D is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 35 | 157 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.38 |
| HSL | 252.3º | 0.64% | 0.38% | - |
| HSV(B) | 252.3º | 0.78% | 0.62% | - |
| XYZ | 8.55 | 4.6 | 32.33 | - |
| YUV | 56.38 | 184.78 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 157 | 0.62 | 0.78 | 0 | 0.38 | 252.3 | 0.64 | 0.38 |
| Hex | 3C | 23 | 9D | 3E | 4E | 0 | 26 | FC | 40 | 26 |
| Octal | 74 | 43 | 235 | 76 | 116 | 0 | 46 | 374 | 100 | 46 |
| Binary | 111100 | 100011 | 10011101 | 111110 | 1001110 | 0 | 100110 | 11111100 | 1000000 | 100110 |
Color Harmonies of #3C239D
Complementary color
Monochromatic Colors of #3C239D
Black with #3C239D
Text Example
Text Example
White with #3C239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C239D; }
p { color: rgb(60,35,157); }
H1.HeaderClassName
{
color: #3C239D;
}
.AnyTagClassName
{
color: #3C239D;
}
</style>
background-color css
<style>
a { background-color: #3C239D; }
a { background-color: rgb(60,35,157); }
div.DivClassName
{
background-color: #3C239D;
}
.BgClassName
{
background-color: #3C239D;
}
</style>
border-color css
<style>
span { border-color: #3C239D; }
span { border-color: rgb(60,35,157); }
td.TdClassName
{
border-color: #3C239D;
}
.TagClassName
{
border-color: #3C239D;
}
</style>