Shades of Blue Gem #3F21AC
Tints of Blue Gem #3F21AC
RGB
CMYK
RGB Variations
Color information
#3F21AC (or 0x3F21AC) is known color: Blue Gem. HEX triplet: 3F, 21 and AC. RGB value is (63,33,172). Sum of RGB (Red+Green+Blue) = 63+33+172=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F21AC is #C0DE53. Grayscale: #393939. Windows color (decimal): -12639828 or 11280703. OLE color: 11280703.
HSL color Cylindrical-coordinate representation of color #3F21AC: hue angle of 252.95º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F21AC is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 33 | 172 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.33 |
| HSL | 252.95º | 0.68% | 0.4% | - |
| HSV(B) | 252.95º | 0.81% | 0.67% | - |
| XYZ | 10.04 | 5.12 | 39.49 | - |
| YUV | 57.82 | 192.44 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 172 | 0.63 | 0.81 | 0 | 0.33 | 252.95 | 0.68 | 0.4 |
| Hex | 3F | 21 | AC | 3F | 51 | 0 | 21 | FD | 44 | 28 |
| Octal | 77 | 41 | 254 | 77 | 121 | 0 | 41 | 375 | 104 | 50 |
| Binary | 111111 | 100001 | 10101100 | 111111 | 1010001 | 0 | 100001 | 11111101 | 1000100 | 101000 |
Color Harmonies of #3F21AC
Complementary color
Monochromatic Colors of #3F21AC
Black with #3F21AC
Text Example
Text Example
White with #3F21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F21AC; }
p { color: rgb(63,33,172); }
H1.HeaderClassName
{
color: #3F21AC;
}
.AnyTagClassName
{
color: #3F21AC;
}
</style>
background-color css
<style>
a { background-color: #3F21AC; }
a { background-color: rgb(63,33,172); }
div.DivClassName
{
background-color: #3F21AC;
}
.BgClassName
{
background-color: #3F21AC;
}
</style>
border-color css
<style>
span { border-color: #3F21AC; }
span { border-color: rgb(63,33,172); }
td.TdClassName
{
border-color: #3F21AC;
}
.TagClassName
{
border-color: #3F21AC;
}
</style>