Shades of Blue Gem #3F26AD
Tints of Blue Gem #3F26AD
RGB
CMYK
RGB Variations
Color information
#3F26AD (or 0x3F26AD) is known color: Blue Gem. HEX triplet: 3F, 26 and AD. RGB value is (63,38,173). Sum of RGB (Red+Green+Blue) = 63+38+173=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F26AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F26AD is #C0D952. Grayscale: #3C3C3C. Windows color (decimal): -12638547 or 11347519. OLE color: 11347519.
HSL color Cylindrical-coordinate representation of color #3F26AD: hue angle of 251.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F26AD is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 38 | 173 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.32 |
| HSL | 251.11º | 0.64% | 0.41% | - |
| HSV(B) | 251.11º | 0.78% | 0.68% | - |
| XYZ | 10.29 | 5.46 | 40.05 | - |
| YUV | 60.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 173 | 0.64 | 0.78 | 0 | 0.32 | 251.11 | 0.64 | 0.41 |
| Hex | 3F | 26 | AD | 40 | 4E | 0 | 20 | FB | 40 | 29 |
| Octal | 77 | 46 | 255 | 100 | 116 | 0 | 40 | 373 | 100 | 51 |
| Binary | 111111 | 100110 | 10101101 | 1000000 | 1001110 | 0 | 100000 | 11111011 | 1000000 | 101001 |
Color Harmonies of #3F26AD
Complementary color
Monochromatic Colors of #3F26AD
Black with #3F26AD
Text Example
Text Example
White with #3F26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F26AD; }
p { color: rgb(63,38,173); }
H1.HeaderClassName
{
color: #3F26AD;
}
.AnyTagClassName
{
color: #3F26AD;
}
</style>
background-color css
<style>
a { background-color: #3F26AD; }
a { background-color: rgb(63,38,173); }
div.DivClassName
{
background-color: #3F26AD;
}
.BgClassName
{
background-color: #3F26AD;
}
</style>
border-color css
<style>
span { border-color: #3F26AD; }
span { border-color: rgb(63,38,173); }
td.TdClassName
{
border-color: #3F26AD;
}
.TagClassName
{
border-color: #3F26AD;
}
</style>