Shades of Blue Gem #3F31AD
Tints of Blue Gem #3F31AD
RGB
CMYK
RGB Variations
Color information
#3F31AD (or 0x3F31AD) is known color: Blue Gem. HEX triplet: 3F, 31 and AD. RGB value is (63,49,173). Sum of RGB (Red+Green+Blue) = 63+49+173=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F31AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F31AD is #C0CE52. Grayscale: #424242. Windows color (decimal): -12635731 or 11350335. OLE color: 11350335.
HSL color Cylindrical-coordinate representation of color #3F31AD: hue angle of 246.77º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F31AD is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 49 | 173 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.32 |
| HSL | 246.77º | 0.56% | 0.44% | - |
| HSV(B) | 246.77º | 0.72% | 0.68% | - |
| XYZ | 10.69 | 6.27 | 40.18 | - |
| YUV | 67.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 173 | 0.64 | 0.72 | 0 | 0.32 | 246.77 | 0.56 | 0.44 |
| Hex | 3F | 31 | AD | 40 | 48 | 0 | 20 | F7 | 38 | 2C |
| Octal | 77 | 61 | 255 | 100 | 110 | 0 | 40 | 367 | 70 | 54 |
| Binary | 111111 | 110001 | 10101101 | 1000000 | 1001000 | 0 | 100000 | 11110111 | 111000 | 101100 |
Color Harmonies of #3F31AD
Complementary color
Monochromatic Colors of #3F31AD
Black with #3F31AD
Text Example
Text Example
White with #3F31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31AD; }
p { color: rgb(63,49,173); }
H1.HeaderClassName
{
color: #3F31AD;
}
.AnyTagClassName
{
color: #3F31AD;
}
</style>
background-color css
<style>
a { background-color: #3F31AD; }
a { background-color: rgb(63,49,173); }
div.DivClassName
{
background-color: #3F31AD;
}
.BgClassName
{
background-color: #3F31AD;
}
</style>
border-color css
<style>
span { border-color: #3F31AD; }
span { border-color: rgb(63,49,173); }
td.TdClassName
{
border-color: #3F31AD;
}
.TagClassName
{
border-color: #3F31AD;
}
</style>