Shades of Blue Gem #3A2298
Tints of Blue Gem #3A2298
RGB
CMYK
RGB Variations
Color information
#3A2298 (or 0x3A2298) is known color: Blue Gem. HEX triplet: 3A, 22 and 98. RGB value is (58,34,152). Sum of RGB (Red+Green+Blue) = 58+34+152=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A2298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2298 is #C5DD67. Grayscale: #363636. Windows color (decimal): -12967272 or 9970234. OLE color: 9970234.
HSL color Cylindrical-coordinate representation of color #3A2298: hue angle of 252.2º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A2298 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 34 | 152 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.40 |
| HSL | 252.2º | 0.63% | 0.36% | - |
| HSV(B) | 252.2º | 0.78% | 0.6% | - |
| XYZ | 7.98 | 4.31 | 30.12 | - |
| YUV | 54.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 152 | 0.62 | 0.78 | 0 | 0.40 | 252.2 | 0.63 | 0.36 |
| Hex | 3A | 22 | 98 | 3E | 4E | 0 | 28 | FC | 3F | 24 |
| Octal | 72 | 42 | 230 | 76 | 116 | 0 | 50 | 374 | 77 | 44 |
| Binary | 111010 | 100010 | 10011000 | 111110 | 1001110 | 0 | 101000 | 11111100 | 111111 | 100100 |
Color Harmonies of #3A2298
Complementary color
Monochromatic Colors of #3A2298
Black with #3A2298
Text Example
Text Example
White with #3A2298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2298; }
p { color: rgb(58,34,152); }
H1.HeaderClassName
{
color: #3A2298;
}
.AnyTagClassName
{
color: #3A2298;
}
</style>
background-color css
<style>
a { background-color: #3A2298; }
a { background-color: rgb(58,34,152); }
div.DivClassName
{
background-color: #3A2298;
}
.BgClassName
{
background-color: #3A2298;
}
</style>
border-color css
<style>
span { border-color: #3A2298; }
span { border-color: rgb(58,34,152); }
td.TdClassName
{
border-color: #3A2298;
}
.TagClassName
{
border-color: #3A2298;
}
</style>