Shades of Blue Gem #3C37AF
Tints of Blue Gem #3C37AF
RGB
CMYK
RGB Variations
Color information
#3C37AF (or 0x3C37AF) is known color: Blue Gem. HEX triplet: 3C, 37 and AF. RGB value is (60,55,175). Sum of RGB (Red+Green+Blue) = 60+55+175=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C37AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C37AF is #C3C850. Grayscale: #454545. Windows color (decimal): -12830801 or 11482940. OLE color: 11482940.
HSL color Cylindrical-coordinate representation of color #3C37AF: hue angle of 242.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C37AF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 55 | 175 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.31 |
| HSL | 242.5º | 0.52% | 0.45% | - |
| HSV(B) | 242.5º | 0.69% | 0.69% | - |
| XYZ | 10.97 | 6.79 | 41.29 | - |
| YUV | 70.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 175 | 0.66 | 0.69 | 0 | 0.31 | 242.5 | 0.52 | 0.45 |
| Hex | 3C | 37 | AF | 42 | 45 | 0 | 1F | F2 | 34 | 2D |
| Octal | 74 | 67 | 257 | 102 | 105 | 0 | 37 | 362 | 64 | 55 |
| Binary | 111100 | 110111 | 10101111 | 1000010 | 1000101 | 0 | 11111 | 11110010 | 110100 | 101101 |
Color Harmonies of #3C37AF
Complementary color
Monochromatic Colors of #3C37AF
Black with #3C37AF
Text Example
Text Example
White with #3C37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37AF; }
p { color: rgb(60,55,175); }
H1.HeaderClassName
{
color: #3C37AF;
}
.AnyTagClassName
{
color: #3C37AF;
}
</style>
background-color css
<style>
a { background-color: #3C37AF; }
a { background-color: rgb(60,55,175); }
div.DivClassName
{
background-color: #3C37AF;
}
.BgClassName
{
background-color: #3C37AF;
}
</style>
border-color css
<style>
span { border-color: #3C37AF; }
span { border-color: rgb(60,55,175); }
td.TdClassName
{
border-color: #3C37AF;
}
.TagClassName
{
border-color: #3C37AF;
}
</style>