Shades of Blue Gem #3C37AA
Tints of Blue Gem #3C37AA
RGB
CMYK
RGB Variations
Color information
#3C37AA (or 0x3C37AA) is known color: Blue Gem. HEX triplet: 3C, 37 and AA. RGB value is (60,55,170). Sum of RGB (Red+Green+Blue) = 60+55+170=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C37AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C37AA is #C3C855. Grayscale: #454545. Windows color (decimal): -12830806 or 11155260. OLE color: 11155260.
HSL color Cylindrical-coordinate representation of color #3C37AA: hue angle of 242.61º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C37AA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 55 | 170 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.33 |
| HSL | 242.61º | 0.51% | 0.44% | - |
| HSV(B) | 242.61º | 0.68% | 0.67% | - |
| XYZ | 10.49 | 6.6 | 38.75 | - |
| YUV | 69.61 | 184.66 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 170 | 0.65 | 0.68 | 0 | 0.33 | 242.61 | 0.51 | 0.44 |
| Hex | 3C | 37 | AA | 41 | 44 | 0 | 21 | F3 | 33 | 2C |
| Octal | 74 | 67 | 252 | 101 | 104 | 0 | 41 | 363 | 63 | 54 |
| Binary | 111100 | 110111 | 10101010 | 1000001 | 1000100 | 0 | 100001 | 11110011 | 110011 | 101100 |
Color Harmonies of #3C37AA
Complementary color
Monochromatic Colors of #3C37AA
Black with #3C37AA
Text Example
Text Example
White with #3C37AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37AA; }
p { color: rgb(60,55,170); }
H1.HeaderClassName
{
color: #3C37AA;
}
.AnyTagClassName
{
color: #3C37AA;
}
</style>
background-color css
<style>
a { background-color: #3C37AA; }
a { background-color: rgb(60,55,170); }
div.DivClassName
{
background-color: #3C37AA;
}
.BgClassName
{
background-color: #3C37AA;
}
</style>
border-color css
<style>
span { border-color: #3C37AA; }
span { border-color: rgb(60,55,170); }
td.TdClassName
{
border-color: #3C37AA;
}
.TagClassName
{
border-color: #3C37AA;
}
</style>