Shades of Blue Gem #3F22AC
Tints of Blue Gem #3F22AC
RGB
CMYK
RGB Variations
Color information
#3F22AC (or 0x3F22AC) is known color: Blue Gem. HEX triplet: 3F, 22 and AC. RGB value is (63,34,172). Sum of RGB (Red+Green+Blue) = 63+34+172=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F22AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F22AC is #C0DD53. Grayscale: #393939. Windows color (decimal): -12639572 or 11280959. OLE color: 11280959.
HSL color Cylindrical-coordinate representation of color #3F22AC: hue angle of 252.61º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F22AC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 34 | 172 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.33 |
| HSL | 252.61º | 0.67% | 0.4% | - |
| HSV(B) | 252.61º | 0.8% | 0.67% | - |
| XYZ | 10.07 | 5.18 | 39.5 | - |
| YUV | 58.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 172 | 0.63 | 0.80 | 0 | 0.33 | 252.61 | 0.67 | 0.4 |
| Hex | 3F | 22 | AC | 3F | 50 | 0 | 21 | FD | 43 | 28 |
| Octal | 77 | 42 | 254 | 77 | 120 | 0 | 41 | 375 | 103 | 50 |
| Binary | 111111 | 100010 | 10101100 | 111111 | 1010000 | 0 | 100001 | 11111101 | 1000011 | 101000 |
Color Harmonies of #3F22AC
Complementary color
Monochromatic Colors of #3F22AC
Black with #3F22AC
Text Example
Text Example
White with #3F22AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F22AC; }
p { color: rgb(63,34,172); }
H1.HeaderClassName
{
color: #3F22AC;
}
.AnyTagClassName
{
color: #3F22AC;
}
</style>
background-color css
<style>
a { background-color: #3F22AC; }
a { background-color: rgb(63,34,172); }
div.DivClassName
{
background-color: #3F22AC;
}
.BgClassName
{
background-color: #3F22AC;
}
</style>
border-color css
<style>
span { border-color: #3F22AC; }
span { border-color: rgb(63,34,172); }
td.TdClassName
{
border-color: #3F22AC;
}
.TagClassName
{
border-color: #3F22AC;
}
</style>