Shades of Blue Gem #3F39AD
Tints of Blue Gem #3F39AD
RGB
CMYK
RGB Variations
Color information
#3F39AD (or 0x3F39AD) is known color: Blue Gem. HEX triplet: 3F, 39 and AD. RGB value is (63,57,173). Sum of RGB (Red+Green+Blue) = 63+57+173=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F39AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F39AD is #C0C652. Grayscale: #474747. Windows color (decimal): -12633683 or 11352383. OLE color: 11352383.
HSL color Cylindrical-coordinate representation of color #3F39AD: hue angle of 243.1º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F39AD is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 57 | 173 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.32 |
| HSL | 243.1º | 0.5% | 0.45% | - |
| HSV(B) | 243.1º | 0.67% | 0.68% | - |
| XYZ | 11.06 | 7 | 40.3 | - |
| YUV | 72.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 173 | 0.64 | 0.67 | 0 | 0.32 | 243.1 | 0.5 | 0.45 |
| Hex | 3F | 39 | AD | 40 | 43 | 0 | 20 | F3 | 32 | 2D |
| Octal | 77 | 71 | 255 | 100 | 103 | 0 | 40 | 363 | 62 | 55 |
| Binary | 111111 | 111001 | 10101101 | 1000000 | 1000011 | 0 | 100000 | 11110011 | 110010 | 101101 |
Color Harmonies of #3F39AD
Complementary color
Monochromatic Colors of #3F39AD
Black with #3F39AD
Text Example
Text Example
White with #3F39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F39AD; }
p { color: rgb(63,57,173); }
H1.HeaderClassName
{
color: #3F39AD;
}
.AnyTagClassName
{
color: #3F39AD;
}
</style>
background-color css
<style>
a { background-color: #3F39AD; }
a { background-color: rgb(63,57,173); }
div.DivClassName
{
background-color: #3F39AD;
}
.BgClassName
{
background-color: #3F39AD;
}
</style>
border-color css
<style>
span { border-color: #3F39AD; }
span { border-color: rgb(63,57,173); }
td.TdClassName
{
border-color: #3F39AD;
}
.TagClassName
{
border-color: #3F39AD;
}
</style>