Shades of Blue Gem #3F24AE
Tints of Blue Gem #3F24AE
RGB
CMYK
RGB Variations
Color information
#3F24AE (or 0x3F24AE) is known color: Blue Gem. HEX triplet: 3F, 24 and AE. RGB value is (63,36,174). Sum of RGB (Red+Green+Blue) = 63+36+174=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F24AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F24AE is #C0DB51. Grayscale: #3B3B3B. Windows color (decimal): -12639058 or 11412543. OLE color: 11412543.
HSL color Cylindrical-coordinate representation of color #3F24AE: hue angle of 251.74º 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 #3F24AE is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 36 | 174 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.32 |
| HSL | 251.74º | 0.66% | 0.41% | - |
| HSV(B) | 251.74º | 0.79% | 0.68% | - |
| XYZ | 10.32 | 5.37 | 40.54 | - |
| YUV | 59.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 174 | 0.64 | 0.79 | 0 | 0.32 | 251.74 | 0.66 | 0.41 |
| Hex | 3F | 24 | AE | 40 | 4F | 0 | 20 | FC | 42 | 29 |
| Octal | 77 | 44 | 256 | 100 | 117 | 0 | 40 | 374 | 102 | 51 |
| Binary | 111111 | 100100 | 10101110 | 1000000 | 1001111 | 0 | 100000 | 11111100 | 1000010 | 101001 |
Color Harmonies of #3F24AE
Complementary color
Monochromatic Colors of #3F24AE
Black with #3F24AE
Text Example
Text Example
White with #3F24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F24AE; }
p { color: rgb(63,36,174); }
H1.HeaderClassName
{
color: #3F24AE;
}
.AnyTagClassName
{
color: #3F24AE;
}
</style>
background-color css
<style>
a { background-color: #3F24AE; }
a { background-color: rgb(63,36,174); }
div.DivClassName
{
background-color: #3F24AE;
}
.BgClassName
{
background-color: #3F24AE;
}
</style>
border-color css
<style>
span { border-color: #3F24AE; }
span { border-color: rgb(63,36,174); }
td.TdClassName
{
border-color: #3F24AE;
}
.TagClassName
{
border-color: #3F24AE;
}
</style>