Shades of Blue Gem #3F259C
Tints of Blue Gem #3F259C
RGB
CMYK
RGB Variations
Color information
#3F259C (or 0x3F259C) is known color: Blue Gem. HEX triplet: 3F, 25 and 9C. RGB value is (63,37,156). Sum of RGB (Red+Green+Blue) = 63+37+156=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F259C is #C0DA63. Grayscale: #393939. Windows color (decimal): -12638820 or 10233151. OLE color: 10233151.
HSL color Cylindrical-coordinate representation of color #3F259C: hue angle of 253.11º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F259C is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 37 | 156 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.39 |
| HSL | 253.11º | 0.62% | 0.38% | - |
| HSV(B) | 253.11º | 0.76% | 0.61% | - |
| XYZ | 8.71 | 4.78 | 31.92 | - |
| YUV | 58.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 156 | 0.60 | 0.76 | 0 | 0.39 | 253.11 | 0.62 | 0.38 |
| Hex | 3F | 25 | 9C | 3C | 4C | 0 | 27 | FD | 3E | 26 |
| Octal | 77 | 45 | 234 | 74 | 114 | 0 | 47 | 375 | 76 | 46 |
| Binary | 111111 | 100101 | 10011100 | 111100 | 1001100 | 0 | 100111 | 11111101 | 111110 | 100110 |
Color Harmonies of #3F259C
Complementary color
Monochromatic Colors of #3F259C
Black with #3F259C
Text Example
Text Example
White with #3F259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F259C; }
p { color: rgb(63,37,156); }
H1.HeaderClassName
{
color: #3F259C;
}
.AnyTagClassName
{
color: #3F259C;
}
</style>
background-color css
<style>
a { background-color: #3F259C; }
a { background-color: rgb(63,37,156); }
div.DivClassName
{
background-color: #3F259C;
}
.BgClassName
{
background-color: #3F259C;
}
</style>
border-color css
<style>
span { border-color: #3F259C; }
span { border-color: rgb(63,37,156); }
td.TdClassName
{
border-color: #3F259C;
}
.TagClassName
{
border-color: #3F259C;
}
</style>