Shades of Blue Gem #3F2DAC
Tints of Blue Gem #3F2DAC
RGB
CMYK
RGB Variations
Color information
#3F2DAC (or 0x3F2DAC) is known color: Blue Gem. HEX triplet: 3F, 2D and AC. RGB value is (63,45,172). Sum of RGB (Red+Green+Blue) = 63+45+172=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2DAC is #C0D253. Grayscale: #404040. Windows color (decimal): -12636756 or 11283775. OLE color: 11283775.
HSL color Cylindrical-coordinate representation of color #3F2DAC: hue angle of 248.5º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F2DAC is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 45 | 172 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.33 |
| HSL | 248.5º | 0.59% | 0.43% | - |
| HSV(B) | 248.5º | 0.74% | 0.67% | - |
| XYZ | 10.43 | 5.91 | 39.62 | - |
| YUV | 64.86 | 188.46 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 172 | 0.63 | 0.74 | 0 | 0.33 | 248.5 | 0.59 | 0.43 |
| Hex | 3F | 2D | AC | 3F | 4A | 0 | 21 | F9 | 3B | 2B |
| Octal | 77 | 55 | 254 | 77 | 112 | 0 | 41 | 371 | 73 | 53 |
| Binary | 111111 | 101101 | 10101100 | 111111 | 1001010 | 0 | 100001 | 11111001 | 111011 | 101011 |
Color Harmonies of #3F2DAC
Complementary color
Monochromatic Colors of #3F2DAC
Black with #3F2DAC
Text Example
Text Example
White with #3F2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2DAC; }
p { color: rgb(63,45,172); }
H1.HeaderClassName
{
color: #3F2DAC;
}
.AnyTagClassName
{
color: #3F2DAC;
}
</style>
background-color css
<style>
a { background-color: #3F2DAC; }
a { background-color: rgb(63,45,172); }
div.DivClassName
{
background-color: #3F2DAC;
}
.BgClassName
{
background-color: #3F2DAC;
}
</style>
border-color css
<style>
span { border-color: #3F2DAC; }
span { border-color: rgb(63,45,172); }
td.TdClassName
{
border-color: #3F2DAC;
}
.TagClassName
{
border-color: #3F2DAC;
}
</style>