Shades of Blue Gem #3F29A6
Tints of Blue Gem #3F29A6
RGB
CMYK
RGB Variations
Color information
#3F29A6 (or 0x3F29A6) is known color: Blue Gem. HEX triplet: 3F, 29 and A6. RGB value is (63,41,166). Sum of RGB (Red+Green+Blue) = 63+41+166=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F29A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F29A6 is #C0D659. Grayscale: #3D3D3D. Windows color (decimal): -12637786 or 10889535. OLE color: 10889535.
HSL color Cylindrical-coordinate representation of color #3F29A6: hue angle of 250.56º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F29A6 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 41 | 166 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.35 |
| HSL | 250.56º | 0.6% | 0.41% | - |
| HSV(B) | 250.56º | 0.75% | 0.65% | - |
| XYZ | 9.73 | 5.4 | 36.61 | - |
| YUV | 61.83 | 186.79 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 166 | 0.62 | 0.75 | 0 | 0.35 | 250.56 | 0.6 | 0.41 |
| Hex | 3F | 29 | A6 | 3E | 4B | 0 | 23 | FB | 3C | 29 |
| Octal | 77 | 51 | 246 | 76 | 113 | 0 | 43 | 373 | 74 | 51 |
| Binary | 111111 | 101001 | 10100110 | 111110 | 1001011 | 0 | 100011 | 11111011 | 111100 | 101001 |
Color Harmonies of #3F29A6
Complementary color
Monochromatic Colors of #3F29A6
Black with #3F29A6
Text Example
Text Example
White with #3F29A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F29A6; }
p { color: rgb(63,41,166); }
H1.HeaderClassName
{
color: #3F29A6;
}
.AnyTagClassName
{
color: #3F29A6;
}
</style>
background-color css
<style>
a { background-color: #3F29A6; }
a { background-color: rgb(63,41,166); }
div.DivClassName
{
background-color: #3F29A6;
}
.BgClassName
{
background-color: #3F29A6;
}
</style>
border-color css
<style>
span { border-color: #3F29A6; }
span { border-color: rgb(63,41,166); }
td.TdClassName
{
border-color: #3F29A6;
}
.TagClassName
{
border-color: #3F29A6;
}
</style>