Shades of Blue Gem #3F209D
Tints of Blue Gem #3F209D
RGB
CMYK
RGB Variations
Color information
#3F209D (or 0x3F209D) is known color: Blue Gem. HEX triplet: 3F, 20 and 9D. RGB value is (63,32,157). Sum of RGB (Red+Green+Blue) = 63+32+157=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F209D is #C0DF62. Grayscale: #373737. Windows color (decimal): -12640099 or 10297407. OLE color: 10297407.
HSL color Cylindrical-coordinate representation of color #3F209D: hue angle of 254.88º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F209D is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 32 | 157 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.38 |
| HSL | 254.88º | 0.66% | 0.37% | - |
| HSV(B) | 254.88º | 0.8% | 0.62% | - |
| XYZ | 8.65 | 4.52 | 32.32 | - |
| YUV | 55.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 157 | 0.60 | 0.80 | 0 | 0.38 | 254.88 | 0.66 | 0.37 |
| Hex | 3F | 20 | 9D | 3C | 50 | 0 | 26 | FF | 42 | 25 |
| Octal | 77 | 40 | 235 | 74 | 120 | 0 | 46 | 377 | 102 | 45 |
| Binary | 111111 | 100000 | 10011101 | 111100 | 1010000 | 0 | 100110 | 11111111 | 1000010 | 100101 |
Color Harmonies of #3F209D
Complementary color
Monochromatic Colors of #3F209D
Black with #3F209D
Text Example
Text Example
White with #3F209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F209D; }
p { color: rgb(63,32,157); }
H1.HeaderClassName
{
color: #3F209D;
}
.AnyTagClassName
{
color: #3F209D;
}
</style>
background-color css
<style>
a { background-color: #3F209D; }
a { background-color: rgb(63,32,157); }
div.DivClassName
{
background-color: #3F209D;
}
.BgClassName
{
background-color: #3F209D;
}
</style>
border-color css
<style>
span { border-color: #3F209D; }
span { border-color: rgb(63,32,157); }
td.TdClassName
{
border-color: #3F209D;
}
.TagClassName
{
border-color: #3F209D;
}
</style>