Shades of Blue Gem #3F31A0
Tints of Blue Gem #3F31A0
RGB
CMYK
RGB Variations
Color information
#3F31A0 (or 0x3F31A0) is known color: Blue Gem. HEX triplet: 3F, 31 and A0. RGB value is (63,49,160). Sum of RGB (Red+Green+Blue) = 63+49+160=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #3F31A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F31A0 is #C0CE5F. Grayscale: #414141. Windows color (decimal): -12635744 or 10498367. OLE color: 10498367.
HSL color Cylindrical-coordinate representation of color #3F31A0: hue angle of 247.57º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F31A0 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 49 | 160 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.37 |
| HSL | 247.57º | 0.53% | 0.41% | - |
| HSV(B) | 247.57º | 0.69% | 0.63% | - |
| XYZ | 9.49 | 5.79 | 33.88 | - |
| YUV | 65.84 | 181.14 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 160 | 0.61 | 0.69 | 0 | 0.37 | 247.57 | 0.53 | 0.41 |
| Hex | 3F | 31 | A0 | 3D | 45 | 0 | 25 | F8 | 35 | 29 |
| Octal | 77 | 61 | 240 | 75 | 105 | 0 | 45 | 370 | 65 | 51 |
| Binary | 111111 | 110001 | 10100000 | 111101 | 1000101 | 0 | 100101 | 11111000 | 110101 | 101001 |
Color Harmonies of #3F31A0
Complementary color
Monochromatic Colors of #3F31A0
Black with #3F31A0
Text Example
Text Example
White with #3F31A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31A0; }
p { color: rgb(63,49,160); }
H1.HeaderClassName
{
color: #3F31A0;
}
.AnyTagClassName
{
color: #3F31A0;
}
</style>
background-color css
<style>
a { background-color: #3F31A0; }
a { background-color: rgb(63,49,160); }
div.DivClassName
{
background-color: #3F31A0;
}
.BgClassName
{
background-color: #3F31A0;
}
</style>
border-color css
<style>
span { border-color: #3F31A0; }
span { border-color: rgb(63,49,160); }
td.TdClassName
{
border-color: #3F31A0;
}
.TagClassName
{
border-color: #3F31A0;
}
</style>