Shades of Blue Gem #3C1DA0
Tints of Blue Gem #3C1DA0
RGB
CMYK
RGB Variations
Color information
#3C1DA0 (or 0x3C1DA0) is known color: Blue Gem. HEX triplet: 3C, 1D and A0. RGB value is (60,29,160). Sum of RGB (Red+Green+Blue) = 60+29+160=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 160 (62.89% from 255 or 64.26% from 249); Max value from RGB is 160 - color contains mainly: blue. Hex color #3C1DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1DA0 is #C3E25F. Grayscale: #343434. Windows color (decimal): -12837472 or 10493244. OLE color: 10493244.
HSL color Cylindrical-coordinate representation of color #3C1DA0: hue angle of 254.2º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1DA0 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 29 | 160 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.37 |
| HSL | 254.2º | 0.69% | 0.37% | - |
| HSV(B) | 254.2º | 0.82% | 0.63% | - |
| XYZ | 8.65 | 4.38 | 33.65 | - |
| YUV | 53.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 160 | 0.62 | 0.82 | 0 | 0.37 | 254.2 | 0.69 | 0.37 |
| Hex | 3C | 1D | A0 | 3E | 52 | 0 | 25 | FE | 45 | 25 |
| Octal | 74 | 35 | 240 | 76 | 122 | 0 | 45 | 376 | 105 | 45 |
| Binary | 111100 | 11101 | 10100000 | 111110 | 1010010 | 0 | 100101 | 11111110 | 1000101 | 100101 |
Color Harmonies of #3C1DA0
Complementary color
Monochromatic Colors of #3C1DA0
Black with #3C1DA0
Text Example
Text Example
White with #3C1DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1DA0; }
p { color: rgb(60,29,160); }
H1.HeaderClassName
{
color: #3C1DA0;
}
.AnyTagClassName
{
color: #3C1DA0;
}
</style>
background-color css
<style>
a { background-color: #3C1DA0; }
a { background-color: rgb(60,29,160); }
div.DivClassName
{
background-color: #3C1DA0;
}
.BgClassName
{
background-color: #3C1DA0;
}
</style>
border-color css
<style>
span { border-color: #3C1DA0; }
span { border-color: rgb(60,29,160); }
td.TdClassName
{
border-color: #3C1DA0;
}
.TagClassName
{
border-color: #3C1DA0;
}
</style>