Shades of Blue Gem #3F24AC
Tints of Blue Gem #3F24AC
RGB
CMYK
RGB Variations
Color information
#3F24AC (or 0x3F24AC) is known color: Blue Gem. HEX triplet: 3F, 24 and AC. RGB value is (63,36,172). Sum of RGB (Red+Green+Blue) = 63+36+172=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F24AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F24AC is #C0DB53. Grayscale: #3B3B3B. Windows color (decimal): -12639060 or 11281471. OLE color: 11281471.
HSL color Cylindrical-coordinate representation of color #3F24AC: hue angle of 251.91º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F24AC is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 36 | 172 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.33 |
| HSL | 251.91º | 0.65% | 0.41% | - |
| HSV(B) | 251.91º | 0.79% | 0.67% | - |
| XYZ | 10.13 | 5.3 | 39.52 | - |
| YUV | 59.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 172 | 0.63 | 0.79 | 0 | 0.33 | 251.91 | 0.65 | 0.41 |
| Hex | 3F | 24 | AC | 3F | 4F | 0 | 21 | FC | 41 | 29 |
| Octal | 77 | 44 | 254 | 77 | 117 | 0 | 41 | 374 | 101 | 51 |
| Binary | 111111 | 100100 | 10101100 | 111111 | 1001111 | 0 | 100001 | 11111100 | 1000001 | 101001 |
Color Harmonies of #3F24AC
Complementary color
Monochromatic Colors of #3F24AC
Black with #3F24AC
Text Example
Text Example
White with #3F24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F24AC; }
p { color: rgb(63,36,172); }
H1.HeaderClassName
{
color: #3F24AC;
}
.AnyTagClassName
{
color: #3F24AC;
}
</style>
background-color css
<style>
a { background-color: #3F24AC; }
a { background-color: rgb(63,36,172); }
div.DivClassName
{
background-color: #3F24AC;
}
.BgClassName
{
background-color: #3F24AC;
}
</style>
border-color css
<style>
span { border-color: #3F24AC; }
span { border-color: rgb(63,36,172); }
td.TdClassName
{
border-color: #3F24AC;
}
.TagClassName
{
border-color: #3F24AC;
}
</style>