Shades of Blue Gem #3F3CAC
Tints of Blue Gem #3F3CAC
RGB
CMYK
RGB Variations
Color information
#3F3CAC (or 0x3F3CAC) is known color: Blue Gem. HEX triplet: 3F, 3C and AC. RGB value is (63,60,172). Sum of RGB (Red+Green+Blue) = 63+60+172=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3CAC is #C0C353. Grayscale: #494949. Windows color (decimal): -12632916 or 11287615. OLE color: 11287615.
HSL color Cylindrical-coordinate representation of color #3F3CAC: hue angle of 241.61º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F3CAC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 60 | 172 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.33 |
| HSL | 241.61º | 0.48% | 0.45% | - |
| HSV(B) | 241.61º | 0.65% | 0.67% | - |
| XYZ | 11.11 | 7.27 | 39.85 | - |
| YUV | 73.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 172 | 0.63 | 0.65 | 0 | 0.33 | 241.61 | 0.48 | 0.45 |
| Hex | 3F | 3C | AC | 3F | 41 | 0 | 21 | F2 | 30 | 2D |
| Octal | 77 | 74 | 254 | 77 | 101 | 0 | 41 | 362 | 60 | 55 |
| Binary | 111111 | 111100 | 10101100 | 111111 | 1000001 | 0 | 100001 | 11110010 | 110000 | 101101 |
Color Harmonies of #3F3CAC
Complementary color
Monochromatic Colors of #3F3CAC
Black with #3F3CAC
Text Example
Text Example
White with #3F3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3CAC; }
p { color: rgb(63,60,172); }
H1.HeaderClassName
{
color: #3F3CAC;
}
.AnyTagClassName
{
color: #3F3CAC;
}
</style>
background-color css
<style>
a { background-color: #3F3CAC; }
a { background-color: rgb(63,60,172); }
div.DivClassName
{
background-color: #3F3CAC;
}
.BgClassName
{
background-color: #3F3CAC;
}
</style>
border-color css
<style>
span { border-color: #3F3CAC; }
span { border-color: rgb(63,60,172); }
td.TdClassName
{
border-color: #3F3CAC;
}
.TagClassName
{
border-color: #3F3CAC;
}
</style>