Shades of Blue Gem #3C1DA3
Tints of Blue Gem #3C1DA3
RGB
CMYK
RGB Variations
Color information
#3C1DA3 (or 0x3C1DA3) is known color: Blue Gem. HEX triplet: 3C, 1D and A3. RGB value is (60,29,163). Sum of RGB (Red+Green+Blue) = 60+29+163=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 163 (64.06% from 255 or 64.68% from 252); Max value from RGB is 163 - color contains mainly: blue. Hex color #3C1DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1DA3 is #C3E25C. Grayscale: #353535. Windows color (decimal): -12837469 or 10689852. OLE color: 10689852.
HSL color Cylindrical-coordinate representation of color #3C1DA3: hue angle of 253.88º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1DA3 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 29 | 163 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.36 |
| HSL | 253.88º | 0.7% | 0.38% | - |
| HSV(B) | 253.88º | 0.82% | 0.64% | - |
| XYZ | 8.91 | 4.48 | 35.05 | - |
| YUV | 53.55 | 189.77 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 163 | 0.63 | 0.82 | 0 | 0.36 | 253.88 | 0.7 | 0.38 |
| Hex | 3C | 1D | A3 | 3F | 52 | 0 | 24 | FE | 46 | 26 |
| Octal | 74 | 35 | 243 | 77 | 122 | 0 | 44 | 376 | 106 | 46 |
| Binary | 111100 | 11101 | 10100011 | 111111 | 1010010 | 0 | 100100 | 11111110 | 1000110 | 100110 |
Color Harmonies of #3C1DA3
Complementary color
Monochromatic Colors of #3C1DA3
Black with #3C1DA3
Text Example
Text Example
White with #3C1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1DA3; }
p { color: rgb(60,29,163); }
H1.HeaderClassName
{
color: #3C1DA3;
}
.AnyTagClassName
{
color: #3C1DA3;
}
</style>
background-color css
<style>
a { background-color: #3C1DA3; }
a { background-color: rgb(60,29,163); }
div.DivClassName
{
background-color: #3C1DA3;
}
.BgClassName
{
background-color: #3C1DA3;
}
</style>
border-color css
<style>
span { border-color: #3C1DA3; }
span { border-color: rgb(60,29,163); }
td.TdClassName
{
border-color: #3C1DA3;
}
.TagClassName
{
border-color: #3C1DA3;
}
</style>