Shades of Blue Gem #3F29AB
Tints of Blue Gem #3F29AB
RGB
CMYK
RGB Variations
Color information
#3F29AB (or 0x3F29AB) is known color: Blue Gem. HEX triplet: 3F, 29 and AB. RGB value is (63,41,171). Sum of RGB (Red+Green+Blue) = 63+41+171=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F29AB is #C0D654. Grayscale: #3D3D3D. Windows color (decimal): -12637781 or 11217215. OLE color: 11217215.
HSL color Cylindrical-coordinate representation of color #3F29AB: hue angle of 250.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F29AB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 41 | 171 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.33 |
| HSL | 250.15º | 0.61% | 0.42% | - |
| HSV(B) | 250.15º | 0.76% | 0.67% | - |
| XYZ | 10.19 | 5.58 | 39.07 | - |
| YUV | 62.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 171 | 0.63 | 0.76 | 0 | 0.33 | 250.15 | 0.61 | 0.42 |
| Hex | 3F | 29 | AB | 3F | 4C | 0 | 21 | FA | 3D | 2A |
| Octal | 77 | 51 | 253 | 77 | 114 | 0 | 41 | 372 | 75 | 52 |
| Binary | 111111 | 101001 | 10101011 | 111111 | 1001100 | 0 | 100001 | 11111010 | 111101 | 101010 |
Color Harmonies of #3F29AB
Complementary color
Monochromatic Colors of #3F29AB
Black with #3F29AB
Text Example
Text Example
White with #3F29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F29AB; }
p { color: rgb(63,41,171); }
H1.HeaderClassName
{
color: #3F29AB;
}
.AnyTagClassName
{
color: #3F29AB;
}
</style>
background-color css
<style>
a { background-color: #3F29AB; }
a { background-color: rgb(63,41,171); }
div.DivClassName
{
background-color: #3F29AB;
}
.BgClassName
{
background-color: #3F29AB;
}
</style>
border-color css
<style>
span { border-color: #3F29AB; }
span { border-color: rgb(63,41,171); }
td.TdClassName
{
border-color: #3F29AB;
}
.TagClassName
{
border-color: #3F29AB;
}
</style>