Shades of Blue Gem #3F258F
Tints of Blue Gem #3F258F
RGB
CMYK
RGB Variations
Color information
#3F258F (or 0x3F258F) is known color: Blue Gem. HEX triplet: 3F, 25 and 8F. RGB value is (63,37,143). Sum of RGB (Red+Green+Blue) = 63+37+143=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F258F is #C0DA70. Grayscale: #383838. Windows color (decimal): -12638833 or 9381183. OLE color: 9381183.
HSL color Cylindrical-coordinate representation of color #3F258F: hue angle of 254.72º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F258F is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 37 | 143 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.44 |
| HSL | 254.72º | 0.59% | 0.35% | - |
| HSV(B) | 254.72º | 0.74% | 0.56% | - |
| XYZ | 7.67 | 4.36 | 26.42 | - |
| YUV | 56.86 | 176.61 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 143 | 0.56 | 0.74 | 0 | 0.44 | 254.72 | 0.59 | 0.35 |
| Hex | 3F | 25 | 8F | 38 | 4A | 0 | 2C | FF | 3B | 23 |
| Octal | 77 | 45 | 217 | 70 | 112 | 0 | 54 | 377 | 73 | 43 |
| Binary | 111111 | 100101 | 10001111 | 111000 | 1001010 | 0 | 101100 | 11111111 | 111011 | 100011 |
Color Harmonies of #3F258F
Complementary color
Monochromatic Colors of #3F258F
Black with #3F258F
Text Example
Text Example
White with #3F258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F258F; }
p { color: rgb(63,37,143); }
H1.HeaderClassName
{
color: #3F258F;
}
.AnyTagClassName
{
color: #3F258F;
}
</style>
background-color css
<style>
a { background-color: #3F258F; }
a { background-color: rgb(63,37,143); }
div.DivClassName
{
background-color: #3F258F;
}
.BgClassName
{
background-color: #3F258F;
}
</style>
border-color css
<style>
span { border-color: #3F258F; }
span { border-color: rgb(63,37,143); }
td.TdClassName
{
border-color: #3F258F;
}
.TagClassName
{
border-color: #3F258F;
}
</style>