Shades of Blue Gem #3C219B
Tints of Blue Gem #3C219B
RGB
CMYK
RGB Variations
Color information
#3C219B (or 0x3C219B) is known color: Blue Gem. HEX triplet: 3C, 21 and 9B. RGB value is (60,33,155). Sum of RGB (Red+Green+Blue) = 60+33+155=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C219B is #C3DE64. Grayscale: #363636. Windows color (decimal): -12836453 or 10166588. OLE color: 10166588.
HSL color Cylindrical-coordinate representation of color #3C219B: hue angle of 253.28º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C219B is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 33 | 155 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.39 |
| HSL | 253.28º | 0.65% | 0.37% | - |
| HSV(B) | 253.28º | 0.79% | 0.61% | - |
| XYZ | 8.32 | 4.41 | 31.42 | - |
| YUV | 54.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 155 | 0.61 | 0.79 | 0 | 0.39 | 253.28 | 0.65 | 0.37 |
| Hex | 3C | 21 | 9B | 3D | 4F | 0 | 27 | FD | 41 | 25 |
| Octal | 74 | 41 | 233 | 75 | 117 | 0 | 47 | 375 | 101 | 45 |
| Binary | 111100 | 100001 | 10011011 | 111101 | 1001111 | 0 | 100111 | 11111101 | 1000001 | 100101 |
Color Harmonies of #3C219B
Complementary color
Monochromatic Colors of #3C219B
Black with #3C219B
Text Example
Text Example
White with #3C219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C219B; }
p { color: rgb(60,33,155); }
H1.HeaderClassName
{
color: #3C219B;
}
.AnyTagClassName
{
color: #3C219B;
}
</style>
background-color css
<style>
a { background-color: #3C219B; }
a { background-color: rgb(60,33,155); }
div.DivClassName
{
background-color: #3C219B;
}
.BgClassName
{
background-color: #3C219B;
}
</style>
border-color css
<style>
span { border-color: #3C219B; }
span { border-color: rgb(60,33,155); }
td.TdClassName
{
border-color: #3C219B;
}
.TagClassName
{
border-color: #3C219B;
}
</style>