Shades of Blue Gem #3F25AD
Tints of Blue Gem #3F25AD
RGB
CMYK
RGB Variations
Color information
#3F25AD (or 0x3F25AD) is known color: Blue Gem. HEX triplet: 3F, 25 and AD. RGB value is (63,37,173). Sum of RGB (Red+Green+Blue) = 63+37+173=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F25AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F25AD is #C0DA52. Grayscale: #3B3B3B. Windows color (decimal): -12638803 or 11347263. OLE color: 11347263.
HSL color Cylindrical-coordinate representation of color #3F25AD: hue angle of 251.47º degrees, saturation: 0.65, 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 #3F25AD is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 37 | 173 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.32 |
| HSL | 251.47º | 0.65% | 0.41% | - |
| HSV(B) | 251.47º | 0.79% | 0.68% | - |
| XYZ | 10.25 | 5.4 | 40.04 | - |
| YUV | 60.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 173 | 0.64 | 0.79 | 0 | 0.32 | 251.47 | 0.65 | 0.41 |
| Hex | 3F | 25 | AD | 40 | 4F | 0 | 20 | FB | 41 | 29 |
| Octal | 77 | 45 | 255 | 100 | 117 | 0 | 40 | 373 | 101 | 51 |
| Binary | 111111 | 100101 | 10101101 | 1000000 | 1001111 | 0 | 100000 | 11111011 | 1000001 | 101001 |
Color Harmonies of #3F25AD
Complementary color
Monochromatic Colors of #3F25AD
Black with #3F25AD
Text Example
Text Example
White with #3F25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F25AD; }
p { color: rgb(63,37,173); }
H1.HeaderClassName
{
color: #3F25AD;
}
.AnyTagClassName
{
color: #3F25AD;
}
</style>
background-color css
<style>
a { background-color: #3F25AD; }
a { background-color: rgb(63,37,173); }
div.DivClassName
{
background-color: #3F25AD;
}
.BgClassName
{
background-color: #3F25AD;
}
</style>
border-color css
<style>
span { border-color: #3F25AD; }
span { border-color: rgb(63,37,173); }
td.TdClassName
{
border-color: #3F25AD;
}
.TagClassName
{
border-color: #3F25AD;
}
</style>