Shades of Blue Gem #3F2597
Tints of Blue Gem #3F2597
RGB
CMYK
RGB Variations
Color information
#3F2597 (or 0x3F2597) is known color: Blue Gem. HEX triplet: 3F, 25 and 97. RGB value is (63,37,151). Sum of RGB (Red+Green+Blue) = 63+37+151=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F2597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2597 is #C0DA68. Grayscale: #393939. Windows color (decimal): -12638825 or 9905471. OLE color: 9905471.
HSL color Cylindrical-coordinate representation of color #3F2597: hue angle of 253.68º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2597 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 37 | 151 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.41 |
| HSL | 253.68º | 0.61% | 0.37% | - |
| HSV(B) | 253.68º | 0.75% | 0.59% | - |
| XYZ | 8.3 | 4.61 | 29.73 | - |
| YUV | 57.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 151 | 0.58 | 0.75 | 0 | 0.41 | 253.68 | 0.61 | 0.37 |
| Hex | 3F | 25 | 97 | 3A | 4B | 0 | 29 | FE | 3D | 25 |
| Octal | 77 | 45 | 227 | 72 | 113 | 0 | 51 | 376 | 75 | 45 |
| Binary | 111111 | 100101 | 10010111 | 111010 | 1001011 | 0 | 101001 | 11111110 | 111101 | 100101 |
Color Harmonies of #3F2597
Complementary color
Monochromatic Colors of #3F2597
Black with #3F2597
Text Example
Text Example
White with #3F2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2597; }
p { color: rgb(63,37,151); }
H1.HeaderClassName
{
color: #3F2597;
}
.AnyTagClassName
{
color: #3F2597;
}
</style>
background-color css
<style>
a { background-color: #3F2597; }
a { background-color: rgb(63,37,151); }
div.DivClassName
{
background-color: #3F2597;
}
.BgClassName
{
background-color: #3F2597;
}
</style>
border-color css
<style>
span { border-color: #3F2597; }
span { border-color: rgb(63,37,151); }
td.TdClassName
{
border-color: #3F2597;
}
.TagClassName
{
border-color: #3F2597;
}
</style>