Shades of Blue Gem #3F24AD
Tints of Blue Gem #3F24AD
RGB
CMYK
RGB Variations
Color information
#3F24AD (or 0x3F24AD) is known color: Blue Gem. HEX triplet: 3F, 24 and AD. RGB value is (63,36,173). Sum of RGB (Red+Green+Blue) = 63+36+173=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F24AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F24AD is #C0DB52. Grayscale: #3B3B3B. Windows color (decimal): -12639059 or 11347007. OLE color: 11347007.
HSL color Cylindrical-coordinate representation of color #3F24AD: hue angle of 251.82º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F24AD is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 36 | 173 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.32 |
| HSL | 251.82º | 0.66% | 0.41% | - |
| HSV(B) | 251.82º | 0.79% | 0.68% | - |
| XYZ | 10.22 | 5.34 | 40.03 | - |
| YUV | 59.69 | 191.95 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 173 | 0.64 | 0.79 | 0 | 0.32 | 251.82 | 0.66 | 0.41 |
| Hex | 3F | 24 | AD | 40 | 4F | 0 | 20 | FC | 42 | 29 |
| Octal | 77 | 44 | 255 | 100 | 117 | 0 | 40 | 374 | 102 | 51 |
| Binary | 111111 | 100100 | 10101101 | 1000000 | 1001111 | 0 | 100000 | 11111100 | 1000010 | 101001 |
Color Harmonies of #3F24AD
Complementary color
Monochromatic Colors of #3F24AD
Black with #3F24AD
Text Example
Text Example
White with #3F24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F24AD; }
p { color: rgb(63,36,173); }
H1.HeaderClassName
{
color: #3F24AD;
}
.AnyTagClassName
{
color: #3F24AD;
}
</style>
background-color css
<style>
a { background-color: #3F24AD; }
a { background-color: rgb(63,36,173); }
div.DivClassName
{
background-color: #3F24AD;
}
.BgClassName
{
background-color: #3F24AD;
}
</style>
border-color css
<style>
span { border-color: #3F24AD; }
span { border-color: rgb(63,36,173); }
td.TdClassName
{
border-color: #3F24AD;
}
.TagClassName
{
border-color: #3F24AD;
}
</style>