Shades of Blue Gem #3F37A0
Tints of Blue Gem #3F37A0
RGB
CMYK
RGB Variations
Color information
#3F37A0 (or 0x3F37A0) is known color: Blue Gem. HEX triplet: 3F, 37 and A0. RGB value is (63,55,160). Sum of RGB (Red+Green+Blue) = 63+55+160=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #3F37A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F37A0 is #C0C85F. Grayscale: #444444. Windows color (decimal): -12634208 or 10499903. OLE color: 10499903.
HSL color Cylindrical-coordinate representation of color #3F37A0: hue angle of 244.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F37A0 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 55 | 160 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.37 |
| HSL | 244.57º | 0.49% | 0.42% | - |
| HSV(B) | 244.57º | 0.66% | 0.63% | - |
| XYZ | 9.76 | 6.33 | 33.96 | - |
| YUV | 69.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 160 | 0.61 | 0.66 | 0 | 0.37 | 244.57 | 0.49 | 0.42 |
| Hex | 3F | 37 | A0 | 3D | 42 | 0 | 25 | F5 | 31 | 2A |
| Octal | 77 | 67 | 240 | 75 | 102 | 0 | 45 | 365 | 61 | 52 |
| Binary | 111111 | 110111 | 10100000 | 111101 | 1000010 | 0 | 100101 | 11110101 | 110001 | 101010 |
Color Harmonies of #3F37A0
Complementary color
Monochromatic Colors of #3F37A0
Black with #3F37A0
Text Example
Text Example
White with #3F37A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F37A0; }
p { color: rgb(63,55,160); }
H1.HeaderClassName
{
color: #3F37A0;
}
.AnyTagClassName
{
color: #3F37A0;
}
</style>
background-color css
<style>
a { background-color: #3F37A0; }
a { background-color: rgb(63,55,160); }
div.DivClassName
{
background-color: #3F37A0;
}
.BgClassName
{
background-color: #3F37A0;
}
</style>
border-color css
<style>
span { border-color: #3F37A0; }
span { border-color: rgb(63,55,160); }
td.TdClassName
{
border-color: #3F37A0;
}
.TagClassName
{
border-color: #3F37A0;
}
</style>