Shades of Blue Gem #3B259F
Tints of Blue Gem #3B259F
RGB
CMYK
RGB Variations
Color information
#3B259F (or 0x3B259F) is known color: Blue Gem. HEX triplet: 3B, 25 and 9F. RGB value is (59,37,159). Sum of RGB (Red+Green+Blue) = 59+37+159=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B259F is #C4DA60. Grayscale: #393939. Windows color (decimal): -12900961 or 10429755. OLE color: 10429755.
HSL color Cylindrical-coordinate representation of color #3B259F: hue angle of 250.82º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B259F is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 37 | 159 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.38 |
| HSL | 250.82º | 0.62% | 0.38% | - |
| HSV(B) | 250.82º | 0.77% | 0.62% | - |
| XYZ | 8.72 | 4.76 | 33.26 | - |
| YUV | 57.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 159 | 0.63 | 0.77 | 0 | 0.38 | 250.82 | 0.62 | 0.38 |
| Hex | 3B | 25 | 9F | 3F | 4D | 0 | 26 | FB | 3E | 26 |
| Octal | 73 | 45 | 237 | 77 | 115 | 0 | 46 | 373 | 76 | 46 |
| Binary | 111011 | 100101 | 10011111 | 111111 | 1001101 | 0 | 100110 | 11111011 | 111110 | 100110 |
Color Harmonies of #3B259F
Complementary color
Monochromatic Colors of #3B259F
Black with #3B259F
Text Example
Text Example
White with #3B259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B259F; }
p { color: rgb(59,37,159); }
H1.HeaderClassName
{
color: #3B259F;
}
.AnyTagClassName
{
color: #3B259F;
}
</style>
background-color css
<style>
a { background-color: #3B259F; }
a { background-color: rgb(59,37,159); }
div.DivClassName
{
background-color: #3B259F;
}
.BgClassName
{
background-color: #3B259F;
}
</style>
border-color css
<style>
span { border-color: #3B259F; }
span { border-color: rgb(59,37,159); }
td.TdClassName
{
border-color: #3B259F;
}
.TagClassName
{
border-color: #3B259F;
}
</style>