Shades of Blue Gem #3C39AD
Tints of Blue Gem #3C39AD
RGB
CMYK
RGB Variations
Color information
#3C39AD (or 0x3C39AD) is known color: Blue Gem. HEX triplet: 3C, 39 and AD. RGB value is (60,57,173). Sum of RGB (Red+Green+Blue) = 60+57+173=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C39AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39AD is #C3C652. Grayscale: #464646. Windows color (decimal): -12830291 or 11352380. OLE color: 11352380.
HSL color Cylindrical-coordinate representation of color #3C39AD: hue angle of 241.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C39AD is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 57 | 173 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.32 |
| HSL | 241.55º | 0.5% | 0.45% | - |
| HSV(B) | 241.55º | 0.67% | 0.68% | - |
| XYZ | 10.87 | 6.9 | 40.29 | - |
| YUV | 71.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 173 | 0.65 | 0.67 | 0 | 0.32 | 241.55 | 0.5 | 0.45 |
| Hex | 3C | 39 | AD | 41 | 43 | 0 | 20 | F2 | 32 | 2D |
| Octal | 74 | 71 | 255 | 101 | 103 | 0 | 40 | 362 | 62 | 55 |
| Binary | 111100 | 111001 | 10101101 | 1000001 | 1000011 | 0 | 100000 | 11110010 | 110010 | 101101 |
Color Harmonies of #3C39AD
Complementary color
Monochromatic Colors of #3C39AD
Black with #3C39AD
Text Example
Text Example
White with #3C39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39AD; }
p { color: rgb(60,57,173); }
H1.HeaderClassName
{
color: #3C39AD;
}
.AnyTagClassName
{
color: #3C39AD;
}
</style>
background-color css
<style>
a { background-color: #3C39AD; }
a { background-color: rgb(60,57,173); }
div.DivClassName
{
background-color: #3C39AD;
}
.BgClassName
{
background-color: #3C39AD;
}
</style>
border-color css
<style>
span { border-color: #3C39AD; }
span { border-color: rgb(60,57,173); }
td.TdClassName
{
border-color: #3C39AD;
}
.TagClassName
{
border-color: #3C39AD;
}
</style>