Shades of Blue Gem #3C309E
Tints of Blue Gem #3C309E
RGB
CMYK
RGB Variations
Color information
#3C309E (or 0x3C309E) is known color: Blue Gem. HEX triplet: 3C, 30 and 9E. RGB value is (60,48,158). Sum of RGB (Red+Green+Blue) = 60+48+158=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C309E is #C3CF61. Grayscale: #3F3F3F. Windows color (decimal): -12832610 or 10367036. OLE color: 10367036.
HSL color Cylindrical-coordinate representation of color #3C309E: hue angle of 246.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C309E is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 48 | 158 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.38 |
| HSL | 246.55º | 0.53% | 0.4% | - |
| HSV(B) | 246.55º | 0.7% | 0.62% | - |
| XYZ | 9.09 | 5.54 | 32.94 | - |
| YUV | 64.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 158 | 0.62 | 0.70 | 0 | 0.38 | 246.55 | 0.53 | 0.4 |
| Hex | 3C | 30 | 9E | 3E | 46 | 0 | 26 | F7 | 35 | 28 |
| Octal | 74 | 60 | 236 | 76 | 106 | 0 | 46 | 367 | 65 | 50 |
| Binary | 111100 | 110000 | 10011110 | 111110 | 1000110 | 0 | 100110 | 11110111 | 110101 | 101000 |
Color Harmonies of #3C309E
Complementary color
Monochromatic Colors of #3C309E
Black with #3C309E
Text Example
Text Example
White with #3C309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C309E; }
p { color: rgb(60,48,158); }
H1.HeaderClassName
{
color: #3C309E;
}
.AnyTagClassName
{
color: #3C309E;
}
</style>
background-color css
<style>
a { background-color: #3C309E; }
a { background-color: rgb(60,48,158); }
div.DivClassName
{
background-color: #3C309E;
}
.BgClassName
{
background-color: #3C309E;
}
</style>
border-color css
<style>
span { border-color: #3C309E; }
span { border-color: rgb(60,48,158); }
td.TdClassName
{
border-color: #3C309E;
}
.TagClassName
{
border-color: #3C309E;
}
</style>