Shades of Blue Gem #3C309C
Tints of Blue Gem #3C309C
RGB
CMYK
RGB Variations
Color information
#3C309C (or 0x3C309C) is known color: Blue Gem. HEX triplet: 3C, 30 and 9C. RGB value is (60,48,156). Sum of RGB (Red+Green+Blue) = 60+48+156=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C309C is #C3CF63. Grayscale: #3F3F3F. Windows color (decimal): -12832612 or 10235964. OLE color: 10235964.
HSL color Cylindrical-coordinate representation of color #3C309C: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C309C is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 48 | 156 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.39 |
| HSL | 246.67º | 0.53% | 0.4% | - |
| HSV(B) | 246.67º | 0.69% | 0.61% | - |
| XYZ | 8.92 | 5.47 | 32.04 | - |
| YUV | 63.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 156 | 0.62 | 0.69 | 0 | 0.39 | 246.67 | 0.53 | 0.4 |
| Hex | 3C | 30 | 9C | 3E | 45 | 0 | 27 | F7 | 35 | 28 |
| Octal | 74 | 60 | 234 | 76 | 105 | 0 | 47 | 367 | 65 | 50 |
| Binary | 111100 | 110000 | 10011100 | 111110 | 1000101 | 0 | 100111 | 11110111 | 110101 | 101000 |
Color Harmonies of #3C309C
Complementary color
Monochromatic Colors of #3C309C
Black with #3C309C
Text Example
Text Example
White with #3C309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C309C; }
p { color: rgb(60,48,156); }
H1.HeaderClassName
{
color: #3C309C;
}
.AnyTagClassName
{
color: #3C309C;
}
</style>
background-color css
<style>
a { background-color: #3C309C; }
a { background-color: rgb(60,48,156); }
div.DivClassName
{
background-color: #3C309C;
}
.BgClassName
{
background-color: #3C309C;
}
</style>
border-color css
<style>
span { border-color: #3C309C; }
span { border-color: rgb(60,48,156); }
td.TdClassName
{
border-color: #3C309C;
}
.TagClassName
{
border-color: #3C309C;
}
</style>