Shades of Blue Gem #3F39AB
Tints of Blue Gem #3F39AB
RGB
CMYK
RGB Variations
Color information
#3F39AB (or 0x3F39AB) is known color: Blue Gem. HEX triplet: 3F, 39 and AB. RGB value is (63,57,171). Sum of RGB (Red+Green+Blue) = 63+57+171=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F39AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F39AB is #C0C654. Grayscale: #474747. Windows color (decimal): -12633685 or 11221311. OLE color: 11221311.
HSL color Cylindrical-coordinate representation of color #3F39AB: hue angle of 243.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F39AB is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 57 | 171 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.33 |
| HSL | 243.16º | 0.5% | 0.45% | - |
| HSV(B) | 243.16º | 0.67% | 0.67% | - |
| XYZ | 10.86 | 6.92 | 39.29 | - |
| YUV | 71.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 171 | 0.63 | 0.67 | 0 | 0.33 | 243.16 | 0.5 | 0.45 |
| Hex | 3F | 39 | AB | 3F | 43 | 0 | 21 | F3 | 32 | 2D |
| Octal | 77 | 71 | 253 | 77 | 103 | 0 | 41 | 363 | 62 | 55 |
| Binary | 111111 | 111001 | 10101011 | 111111 | 1000011 | 0 | 100001 | 11110011 | 110010 | 101101 |
Color Harmonies of #3F39AB
Complementary color
Monochromatic Colors of #3F39AB
Black with #3F39AB
Text Example
Text Example
White with #3F39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F39AB; }
p { color: rgb(63,57,171); }
H1.HeaderClassName
{
color: #3F39AB;
}
.AnyTagClassName
{
color: #3F39AB;
}
</style>
background-color css
<style>
a { background-color: #3F39AB; }
a { background-color: rgb(63,57,171); }
div.DivClassName
{
background-color: #3F39AB;
}
.BgClassName
{
background-color: #3F39AB;
}
</style>
border-color css
<style>
span { border-color: #3F39AB; }
span { border-color: rgb(63,57,171); }
td.TdClassName
{
border-color: #3F39AB;
}
.TagClassName
{
border-color: #3F39AB;
}
</style>