Shades of Blue Gem #3C2FA5
Tints of Blue Gem #3C2FA5
RGB
CMYK
RGB Variations
Color information
#3C2FA5 (or 0x3C2FA5) is known color: Blue Gem. HEX triplet: 3C, 2F and A5. RGB value is (60,47,165). Sum of RGB (Red+Green+Blue) = 60+47+165=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 165 (64.84% from 255 or 60.66% from 272); Max value from RGB is 165 - color contains mainly: blue. Hex color #3C2FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2FA5 is #C3D05A. Grayscale: #3F3F3F. Windows color (decimal): -12832859 or 10825532. OLE color: 10825532.
HSL color Cylindrical-coordinate representation of color #3C2FA5: hue angle of 246.61º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2FA5 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 47 | 165 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.35 |
| HSL | 246.61º | 0.56% | 0.42% | - |
| HSV(B) | 246.61º | 0.72% | 0.65% | - |
| XYZ | 9.67 | 5.71 | 36.19 | - |
| YUV | 64.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 165 | 0.64 | 0.72 | 0 | 0.35 | 246.61 | 0.56 | 0.42 |
| Hex | 3C | 2F | A5 | 40 | 48 | 0 | 23 | F7 | 38 | 2A |
| Octal | 74 | 57 | 245 | 100 | 110 | 0 | 43 | 367 | 70 | 52 |
| Binary | 111100 | 101111 | 10100101 | 1000000 | 1001000 | 0 | 100011 | 11110111 | 111000 | 101010 |
Color Harmonies of #3C2FA5
Complementary color
Monochromatic Colors of #3C2FA5
Black with #3C2FA5
Text Example
Text Example
White with #3C2FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2FA5; }
p { color: rgb(60,47,165); }
H1.HeaderClassName
{
color: #3C2FA5;
}
.AnyTagClassName
{
color: #3C2FA5;
}
</style>
background-color css
<style>
a { background-color: #3C2FA5; }
a { background-color: rgb(60,47,165); }
div.DivClassName
{
background-color: #3C2FA5;
}
.BgClassName
{
background-color: #3C2FA5;
}
</style>
border-color css
<style>
span { border-color: #3C2FA5; }
span { border-color: rgb(60,47,165); }
td.TdClassName
{
border-color: #3C2FA5;
}
.TagClassName
{
border-color: #3C2FA5;
}
</style>