Shades of Blue Gem #3C37AD
Tints of Blue Gem #3C37AD
RGB
CMYK
RGB Variations
Color information
#3C37AD (or 0x3C37AD) is known color: Blue Gem. HEX triplet: 3C, 37 and AD. RGB value is (60,55,173). Sum of RGB (Red+Green+Blue) = 60+55+173=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C37AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C37AD is #C3C852. Grayscale: #454545. Windows color (decimal): -12830803 or 11351868. OLE color: 11351868.
HSL color Cylindrical-coordinate representation of color #3C37AD: hue angle of 242.54º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C37AD is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 55 | 173 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.32 |
| HSL | 242.54º | 0.52% | 0.45% | - |
| HSV(B) | 242.54º | 0.68% | 0.68% | - |
| XYZ | 10.77 | 6.71 | 40.26 | - |
| YUV | 69.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 173 | 0.65 | 0.68 | 0 | 0.32 | 242.54 | 0.52 | 0.45 |
| Hex | 3C | 37 | AD | 41 | 44 | 0 | 20 | F3 | 34 | 2D |
| Octal | 74 | 67 | 255 | 101 | 104 | 0 | 40 | 363 | 64 | 55 |
| Binary | 111100 | 110111 | 10101101 | 1000001 | 1000100 | 0 | 100000 | 11110011 | 110100 | 101101 |
Color Harmonies of #3C37AD
Complementary color
Monochromatic Colors of #3C37AD
Black with #3C37AD
Text Example
Text Example
White with #3C37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37AD; }
p { color: rgb(60,55,173); }
H1.HeaderClassName
{
color: #3C37AD;
}
.AnyTagClassName
{
color: #3C37AD;
}
</style>
background-color css
<style>
a { background-color: #3C37AD; }
a { background-color: rgb(60,55,173); }
div.DivClassName
{
background-color: #3C37AD;
}
.BgClassName
{
background-color: #3C37AD;
}
</style>
border-color css
<style>
span { border-color: #3C37AD; }
span { border-color: rgb(60,55,173); }
td.TdClassName
{
border-color: #3C37AD;
}
.TagClassName
{
border-color: #3C37AD;
}
</style>