Shades of Blue Gem #3F3BAC
Tints of Blue Gem #3F3BAC
RGB
CMYK
RGB Variations
Color information
#3F3BAC (or 0x3F3BAC) is known color: Blue Gem. HEX triplet: 3F, 3B and AC. RGB value is (63,59,172). Sum of RGB (Red+Green+Blue) = 63+59+172=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F3BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3BAC is #C0C453. Grayscale: #484848. Windows color (decimal): -12633172 or 11287359. OLE color: 11287359.
HSL color Cylindrical-coordinate representation of color #3F3BAC: hue angle of 242.12º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F3BAC is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 59 | 172 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.33 |
| HSL | 242.12º | 0.49% | 0.45% | - |
| HSV(B) | 242.12º | 0.66% | 0.67% | - |
| XYZ | 11.06 | 7.16 | 39.83 | - |
| YUV | 73.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 172 | 0.63 | 0.66 | 0 | 0.33 | 242.12 | 0.49 | 0.45 |
| Hex | 3F | 3B | AC | 3F | 42 | 0 | 21 | F2 | 31 | 2D |
| Octal | 77 | 73 | 254 | 77 | 102 | 0 | 41 | 362 | 61 | 55 |
| Binary | 111111 | 111011 | 10101100 | 111111 | 1000010 | 0 | 100001 | 11110010 | 110001 | 101101 |
Color Harmonies of #3F3BAC
Complementary color
Monochromatic Colors of #3F3BAC
Black with #3F3BAC
Text Example
Text Example
White with #3F3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3BAC; }
p { color: rgb(63,59,172); }
H1.HeaderClassName
{
color: #3F3BAC;
}
.AnyTagClassName
{
color: #3F3BAC;
}
</style>
background-color css
<style>
a { background-color: #3F3BAC; }
a { background-color: rgb(63,59,172); }
div.DivClassName
{
background-color: #3F3BAC;
}
.BgClassName
{
background-color: #3F3BAC;
}
</style>
border-color css
<style>
span { border-color: #3F3BAC; }
span { border-color: rgb(63,59,172); }
td.TdClassName
{
border-color: #3F3BAC;
}
.TagClassName
{
border-color: #3F3BAC;
}
</style>