Shades of Blue Gem #3F279C
Tints of Blue Gem #3F279C
RGB
CMYK
RGB Variations
Color information
#3F279C (or 0x3F279C) is known color: Blue Gem. HEX triplet: 3F, 27 and 9C. RGB value is (63,39,156). Sum of RGB (Red+Green+Blue) = 63+39+156=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F279C is #C0D863. Grayscale: #3B3B3B. Windows color (decimal): -12638308 or 10233663. OLE color: 10233663.
HSL color Cylindrical-coordinate representation of color #3F279C: hue angle of 252.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F279C is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 39 | 156 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.39 |
| HSL | 252.31º | 0.6% | 0.38% | - |
| HSV(B) | 252.31º | 0.75% | 0.61% | - |
| XYZ | 8.78 | 4.91 | 31.94 | - |
| YUV | 59.51 | 182.45 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 156 | 0.60 | 0.75 | 0 | 0.39 | 252.31 | 0.6 | 0.38 |
| Hex | 3F | 27 | 9C | 3C | 4B | 0 | 27 | FC | 3C | 26 |
| Octal | 77 | 47 | 234 | 74 | 113 | 0 | 47 | 374 | 74 | 46 |
| Binary | 111111 | 100111 | 10011100 | 111100 | 1001011 | 0 | 100111 | 11111100 | 111100 | 100110 |
Color Harmonies of #3F279C
Complementary color
Monochromatic Colors of #3F279C
Black with #3F279C
Text Example
Text Example
White with #3F279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F279C; }
p { color: rgb(63,39,156); }
H1.HeaderClassName
{
color: #3F279C;
}
.AnyTagClassName
{
color: #3F279C;
}
</style>
background-color css
<style>
a { background-color: #3F279C; }
a { background-color: rgb(63,39,156); }
div.DivClassName
{
background-color: #3F279C;
}
.BgClassName
{
background-color: #3F279C;
}
</style>
border-color css
<style>
span { border-color: #3F279C; }
span { border-color: rgb(63,39,156); }
td.TdClassName
{
border-color: #3F279C;
}
.TagClassName
{
border-color: #3F279C;
}
</style>