Shades of Blue Gem #3F26AC
Tints of Blue Gem #3F26AC
RGB
CMYK
RGB Variations
Color information
#3F26AC (or 0x3F26AC) is known color: Blue Gem. HEX triplet: 3F, 26 and AC. RGB value is (63,38,172). Sum of RGB (Red+Green+Blue) = 63+38+172=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F26AC is #C0D953. Grayscale: #3C3C3C. Windows color (decimal): -12638548 or 11281983. OLE color: 11281983.
HSL color Cylindrical-coordinate representation of color #3F26AC: hue angle of 251.19º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F26AC is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 38 | 172 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.33 |
| HSL | 251.19º | 0.64% | 0.41% | - |
| HSV(B) | 251.19º | 0.78% | 0.67% | - |
| XYZ | 10.19 | 5.42 | 39.54 | - |
| YUV | 60.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 172 | 0.63 | 0.78 | 0 | 0.33 | 251.19 | 0.64 | 0.41 |
| Hex | 3F | 26 | AC | 3F | 4E | 0 | 21 | FB | 40 | 29 |
| Octal | 77 | 46 | 254 | 77 | 116 | 0 | 41 | 373 | 100 | 51 |
| Binary | 111111 | 100110 | 10101100 | 111111 | 1001110 | 0 | 100001 | 11111011 | 1000000 | 101001 |
Color Harmonies of #3F26AC
Complementary color
Monochromatic Colors of #3F26AC
Black with #3F26AC
Text Example
Text Example
White with #3F26AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F26AC; }
p { color: rgb(63,38,172); }
H1.HeaderClassName
{
color: #3F26AC;
}
.AnyTagClassName
{
color: #3F26AC;
}
</style>
background-color css
<style>
a { background-color: #3F26AC; }
a { background-color: rgb(63,38,172); }
div.DivClassName
{
background-color: #3F26AC;
}
.BgClassName
{
background-color: #3F26AC;
}
</style>
border-color css
<style>
span { border-color: #3F26AC; }
span { border-color: rgb(63,38,172); }
td.TdClassName
{
border-color: #3F26AC;
}
.TagClassName
{
border-color: #3F26AC;
}
</style>