Shades of Blue Gem #3A259D
Tints of Blue Gem #3A259D
RGB
CMYK
RGB Variations
Color information
#3A259D (or 0x3A259D) is known color: Blue Gem. HEX triplet: 3A, 25 and 9D. RGB value is (58,37,157). Sum of RGB (Red+Green+Blue) = 58+37+157=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 37 (14.84% from 255 or 14.68% 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 #3A259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A259D is #C5DA62. Grayscale: #383838. Windows color (decimal): -12966499 or 10298682. OLE color: 10298682.
HSL color Cylindrical-coordinate representation of color #3A259D: hue angle of 250.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A259D is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 37 | 157 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.38 |
| HSL | 250.5º | 0.62% | 0.38% | - |
| HSV(B) | 250.5º | 0.76% | 0.62% | - |
| XYZ | 8.49 | 4.66 | 32.35 | - |
| YUV | 56.96 | 184.46 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 157 | 0.63 | 0.76 | 0 | 0.38 | 250.5 | 0.62 | 0.38 |
| Hex | 3A | 25 | 9D | 3F | 4C | 0 | 26 | FB | 3E | 26 |
| Octal | 72 | 45 | 235 | 77 | 114 | 0 | 46 | 373 | 76 | 46 |
| Binary | 111010 | 100101 | 10011101 | 111111 | 1001100 | 0 | 100110 | 11111011 | 111110 | 100110 |
Color Harmonies of #3A259D
Complementary color
Monochromatic Colors of #3A259D
Black with #3A259D
Text Example
Text Example
White with #3A259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A259D; }
p { color: rgb(58,37,157); }
H1.HeaderClassName
{
color: #3A259D;
}
.AnyTagClassName
{
color: #3A259D;
}
</style>
background-color css
<style>
a { background-color: #3A259D; }
a { background-color: rgb(58,37,157); }
div.DivClassName
{
background-color: #3A259D;
}
.BgClassName
{
background-color: #3A259D;
}
</style>
border-color css
<style>
span { border-color: #3A259D; }
span { border-color: rgb(58,37,157); }
td.TdClassName
{
border-color: #3A259D;
}
.TagClassName
{
border-color: #3A259D;
}
</style>