Shades of Blue Gem #3C229F
Tints of Blue Gem #3C229F
RGB
CMYK
RGB Variations
Color information
#3C229F (or 0x3C229F) is known color: Blue Gem. HEX triplet: 3C, 22 and 9F. RGB value is (60,34,159). Sum of RGB (Red+Green+Blue) = 60+34+159=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C229F is #C3DD60. Grayscale: #373737. Windows color (decimal): -12836193 or 10428988. OLE color: 10428988.
HSL color Cylindrical-coordinate representation of color #3C229F: hue angle of 252.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C229F is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 34 | 159 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.38 |
| HSL | 252.48º | 0.65% | 0.38% | - |
| HSV(B) | 252.48º | 0.79% | 0.62% | - |
| XYZ | 8.69 | 4.61 | 33.23 | - |
| YUV | 56.02 | 186.11 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 159 | 0.62 | 0.79 | 0 | 0.38 | 252.48 | 0.65 | 0.38 |
| Hex | 3C | 22 | 9F | 3E | 4F | 0 | 26 | FC | 41 | 26 |
| Octal | 74 | 42 | 237 | 76 | 117 | 0 | 46 | 374 | 101 | 46 |
| Binary | 111100 | 100010 | 10011111 | 111110 | 1001111 | 0 | 100110 | 11111100 | 1000001 | 100110 |
Color Harmonies of #3C229F
Complementary color
Monochromatic Colors of #3C229F
Black with #3C229F
Text Example
Text Example
White with #3C229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C229F; }
p { color: rgb(60,34,159); }
H1.HeaderClassName
{
color: #3C229F;
}
.AnyTagClassName
{
color: #3C229F;
}
</style>
background-color css
<style>
a { background-color: #3C229F; }
a { background-color: rgb(60,34,159); }
div.DivClassName
{
background-color: #3C229F;
}
.BgClassName
{
background-color: #3C229F;
}
</style>
border-color css
<style>
span { border-color: #3C229F; }
span { border-color: rgb(60,34,159); }
td.TdClassName
{
border-color: #3C229F;
}
.TagClassName
{
border-color: #3C229F;
}
</style>