Shades of Blue Gem #3C309D
Tints of Blue Gem #3C309D
RGB
CMYK
RGB Variations
Color information
#3C309D (or 0x3C309D) is known color: Blue Gem. HEX triplet: 3C, 30 and 9D. RGB value is (60,48,157). Sum of RGB (Red+Green+Blue) = 60+48+157=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C309D is #C3CF62. Grayscale: #3F3F3F. Windows color (decimal): -12832611 or 10301500. OLE color: 10301500.
HSL color Cylindrical-coordinate representation of color #3C309D: hue angle of 246.61º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C309D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 48 | 157 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.38 |
| HSL | 246.61º | 0.53% | 0.4% | - |
| HSV(B) | 246.61º | 0.69% | 0.62% | - |
| XYZ | 9.01 | 5.51 | 32.49 | - |
| YUV | 64.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 157 | 0.62 | 0.69 | 0 | 0.38 | 246.61 | 0.53 | 0.4 |
| Hex | 3C | 30 | 9D | 3E | 45 | 0 | 26 | F7 | 35 | 28 |
| Octal | 74 | 60 | 235 | 76 | 105 | 0 | 46 | 367 | 65 | 50 |
| Binary | 111100 | 110000 | 10011101 | 111110 | 1000101 | 0 | 100110 | 11110111 | 110101 | 101000 |
Color Harmonies of #3C309D
Complementary color
Monochromatic Colors of #3C309D
Black with #3C309D
Text Example
Text Example
White with #3C309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C309D; }
p { color: rgb(60,48,157); }
H1.HeaderClassName
{
color: #3C309D;
}
.AnyTagClassName
{
color: #3C309D;
}
</style>
background-color css
<style>
a { background-color: #3C309D; }
a { background-color: rgb(60,48,157); }
div.DivClassName
{
background-color: #3C309D;
}
.BgClassName
{
background-color: #3C309D;
}
</style>
border-color css
<style>
span { border-color: #3C309D; }
span { border-color: rgb(60,48,157); }
td.TdClassName
{
border-color: #3C309D;
}
.TagClassName
{
border-color: #3C309D;
}
</style>