Shades of Blue Gem #3C2B9B
Tints of Blue Gem #3C2B9B
RGB
CMYK
RGB Variations
Color information
#3C2B9B (or 0x3C2B9B) is known color: Blue Gem. HEX triplet: 3C, 2B and 9B. RGB value is (60,43,155). Sum of RGB (Red+Green+Blue) = 60+43+155=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C2B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2B9B is #C3D464. Grayscale: #3C3C3C. Windows color (decimal): -12833893 or 10169148. OLE color: 10169148.
HSL color Cylindrical-coordinate representation of color #3C2B9B: hue angle of 249.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2B9B is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 43 | 155 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.39 |
| HSL | 249.11º | 0.57% | 0.39% | - |
| HSV(B) | 249.11º | 0.72% | 0.61% | - |
| XYZ | 8.64 | 5.05 | 31.53 | - |
| YUV | 60.85 | 181.13 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 155 | 0.61 | 0.72 | 0 | 0.39 | 249.11 | 0.57 | 0.39 |
| Hex | 3C | 2B | 9B | 3D | 48 | 0 | 27 | F9 | 39 | 27 |
| Octal | 74 | 53 | 233 | 75 | 110 | 0 | 47 | 371 | 71 | 47 |
| Binary | 111100 | 101011 | 10011011 | 111101 | 1001000 | 0 | 100111 | 11111001 | 111001 | 100111 |
Color Harmonies of #3C2B9B
Complementary color
Monochromatic Colors of #3C2B9B
Black with #3C2B9B
Text Example
Text Example
White with #3C2B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B9B; }
p { color: rgb(60,43,155); }
H1.HeaderClassName
{
color: #3C2B9B;
}
.AnyTagClassName
{
color: #3C2B9B;
}
</style>
background-color css
<style>
a { background-color: #3C2B9B; }
a { background-color: rgb(60,43,155); }
div.DivClassName
{
background-color: #3C2B9B;
}
.BgClassName
{
background-color: #3C2B9B;
}
</style>
border-color css
<style>
span { border-color: #3C2B9B; }
span { border-color: rgb(60,43,155); }
td.TdClassName
{
border-color: #3C2B9B;
}
.TagClassName
{
border-color: #3C2B9B;
}
</style>