Shades of Blue Gem #3A2698
Tints of Blue Gem #3A2698
RGB
CMYK
RGB Variations
Color information
#3A2698 (or 0x3A2698) is known color: Blue Gem. HEX triplet: 3A, 26 and 98. RGB value is (58,38,152). Sum of RGB (Red+Green+Blue) = 58+38+152=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A2698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2698 is #C5D967. Grayscale: #383838. Windows color (decimal): -12966248 or 9971258. OLE color: 9971258.
HSL color Cylindrical-coordinate representation of color #3A2698: hue angle of 250.53º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2698 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 38 | 152 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.40 |
| HSL | 250.53º | 0.6% | 0.37% | - |
| HSV(B) | 250.53º | 0.75% | 0.6% | - |
| XYZ | 8.11 | 4.55 | 30.16 | - |
| YUV | 56.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 152 | 0.62 | 0.75 | 0 | 0.40 | 250.53 | 0.6 | 0.37 |
| Hex | 3A | 26 | 98 | 3E | 4B | 0 | 28 | FB | 3C | 25 |
| Octal | 72 | 46 | 230 | 76 | 113 | 0 | 50 | 373 | 74 | 45 |
| Binary | 111010 | 100110 | 10011000 | 111110 | 1001011 | 0 | 101000 | 11111011 | 111100 | 100101 |
Color Harmonies of #3A2698
Complementary color
Monochromatic Colors of #3A2698
Black with #3A2698
Text Example
Text Example
White with #3A2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2698; }
p { color: rgb(58,38,152); }
H1.HeaderClassName
{
color: #3A2698;
}
.AnyTagClassName
{
color: #3A2698;
}
</style>
background-color css
<style>
a { background-color: #3A2698; }
a { background-color: rgb(58,38,152); }
div.DivClassName
{
background-color: #3A2698;
}
.BgClassName
{
background-color: #3A2698;
}
</style>
border-color css
<style>
span { border-color: #3A2698; }
span { border-color: rgb(58,38,152); }
td.TdClassName
{
border-color: #3A2698;
}
.TagClassName
{
border-color: #3A2698;
}
</style>