Shades of Blue Gem #3C239A
Tints of Blue Gem #3C239A
RGB
CMYK
RGB Variations
Color information
#3C239A (or 0x3C239A) is known color: Blue Gem. HEX triplet: 3C, 23 and 9A. RGB value is (60,35,154). Sum of RGB (Red+Green+Blue) = 60+35+154=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C239A is #C3DC65. Grayscale: #373737. Windows color (decimal): -12835942 or 10101564. OLE color: 10101564.
HSL color Cylindrical-coordinate representation of color #3C239A: hue angle of 252.61º 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 #3C239A is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 35 | 154 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.40 |
| HSL | 252.61º | 0.63% | 0.37% | - |
| HSV(B) | 252.61º | 0.77% | 0.6% | - |
| XYZ | 8.3 | 4.5 | 31 | - |
| YUV | 56.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 154 | 0.61 | 0.77 | 0 | 0.40 | 252.61 | 0.63 | 0.37 |
| Hex | 3C | 23 | 9A | 3D | 4D | 0 | 28 | FD | 3F | 25 |
| Octal | 74 | 43 | 232 | 75 | 115 | 0 | 50 | 375 | 77 | 45 |
| Binary | 111100 | 100011 | 10011010 | 111101 | 1001101 | 0 | 101000 | 11111101 | 111111 | 100101 |
Color Harmonies of #3C239A
Complementary color
Monochromatic Colors of #3C239A
Black with #3C239A
Text Example
Text Example
White with #3C239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C239A; }
p { color: rgb(60,35,154); }
H1.HeaderClassName
{
color: #3C239A;
}
.AnyTagClassName
{
color: #3C239A;
}
</style>
background-color css
<style>
a { background-color: #3C239A; }
a { background-color: rgb(60,35,154); }
div.DivClassName
{
background-color: #3C239A;
}
.BgClassName
{
background-color: #3C239A;
}
</style>
border-color css
<style>
span { border-color: #3C239A; }
span { border-color: rgb(60,35,154); }
td.TdClassName
{
border-color: #3C239A;
}
.TagClassName
{
border-color: #3C239A;
}
</style>