Shades of Blue Gem #3F239E
Tints of Blue Gem #3F239E
RGB
CMYK
RGB Variations
Color information
#3F239E (or 0x3F239E) is known color: Blue Gem. HEX triplet: 3F, 23 and 9E. RGB value is (63,35,158). Sum of RGB (Red+Green+Blue) = 63+35+158=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F239E is #C0DC61. Grayscale: #383838. Windows color (decimal): -12639330 or 10363711. OLE color: 10363711.
HSL color Cylindrical-coordinate representation of color #3F239E: hue angle of 253.66º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F239E is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 35 | 158 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.38 |
| HSL | 253.66º | 0.64% | 0.38% | - |
| HSV(B) | 253.66º | 0.78% | 0.62% | - |
| XYZ | 8.82 | 4.73 | 32.8 | - |
| YUV | 57.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 158 | 0.60 | 0.78 | 0 | 0.38 | 253.66 | 0.64 | 0.38 |
| Hex | 3F | 23 | 9E | 3C | 4E | 0 | 26 | FE | 40 | 26 |
| Octal | 77 | 43 | 236 | 74 | 116 | 0 | 46 | 376 | 100 | 46 |
| Binary | 111111 | 100011 | 10011110 | 111100 | 1001110 | 0 | 100110 | 11111110 | 1000000 | 100110 |
Color Harmonies of #3F239E
Complementary color
Monochromatic Colors of #3F239E
Black with #3F239E
Text Example
Text Example
White with #3F239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F239E; }
p { color: rgb(63,35,158); }
H1.HeaderClassName
{
color: #3F239E;
}
.AnyTagClassName
{
color: #3F239E;
}
</style>
background-color css
<style>
a { background-color: #3F239E; }
a { background-color: rgb(63,35,158); }
div.DivClassName
{
background-color: #3F239E;
}
.BgClassName
{
background-color: #3F239E;
}
</style>
border-color css
<style>
span { border-color: #3F239E; }
span { border-color: rgb(63,35,158); }
td.TdClassName
{
border-color: #3F239E;
}
.TagClassName
{
border-color: #3F239E;
}
</style>