Shades of Blue Gem #3F39AA
Tints of Blue Gem #3F39AA
RGB
CMYK
RGB Variations
Color information
#3F39AA (or 0x3F39AA) is known color: Blue Gem. HEX triplet: 3F, 39 and AA. RGB value is (63,57,170). Sum of RGB (Red+Green+Blue) = 63+57+170=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F39AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F39AA is #C0C655. Grayscale: #474747. Windows color (decimal): -12633686 or 11155775. OLE color: 11155775.
HSL color Cylindrical-coordinate representation of color #3F39AA: hue angle of 243.19º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F39AA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 57 | 170 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.33 |
| HSL | 243.19º | 0.5% | 0.45% | - |
| HSV(B) | 243.19º | 0.66% | 0.67% | - |
| XYZ | 10.77 | 6.89 | 38.79 | - |
| YUV | 71.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 170 | 0.63 | 0.66 | 0 | 0.33 | 243.19 | 0.5 | 0.45 |
| Hex | 3F | 39 | AA | 3F | 42 | 0 | 21 | F3 | 32 | 2D |
| Octal | 77 | 71 | 252 | 77 | 102 | 0 | 41 | 363 | 62 | 55 |
| Binary | 111111 | 111001 | 10101010 | 111111 | 1000010 | 0 | 100001 | 11110011 | 110010 | 101101 |
Color Harmonies of #3F39AA
Complementary color
Monochromatic Colors of #3F39AA
Black with #3F39AA
Text Example
Text Example
White with #3F39AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F39AA; }
p { color: rgb(63,57,170); }
H1.HeaderClassName
{
color: #3F39AA;
}
.AnyTagClassName
{
color: #3F39AA;
}
</style>
background-color css
<style>
a { background-color: #3F39AA; }
a { background-color: rgb(63,57,170); }
div.DivClassName
{
background-color: #3F39AA;
}
.BgClassName
{
background-color: #3F39AA;
}
</style>
border-color css
<style>
span { border-color: #3F39AA; }
span { border-color: rgb(63,57,170); }
td.TdClassName
{
border-color: #3F39AA;
}
.TagClassName
{
border-color: #3F39AA;
}
</style>