Shades of Blue Gem #3A209F
Tints of Blue Gem #3A209F
RGB
CMYK
RGB Variations
Color information
#3A209F (or 0x3A209F) is known color: Blue Gem. HEX triplet: 3A, 20 and 9F. RGB value is (58,32,159). Sum of RGB (Red+Green+Blue) = 58+32+159=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A209F is #C5DF60. Grayscale: #353535. Windows color (decimal): -12967777 or 10428474. OLE color: 10428474.
HSL color Cylindrical-coordinate representation of color #3A209F: hue angle of 252.28º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A209F is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 32 | 159 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.38 |
| HSL | 252.28º | 0.66% | 0.37% | - |
| HSV(B) | 252.28º | 0.8% | 0.62% | - |
| XYZ | 8.52 | 4.44 | 33.21 | - |
| YUV | 54.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 159 | 0.64 | 0.80 | 0 | 0.38 | 252.28 | 0.66 | 0.37 |
| Hex | 3A | 20 | 9F | 40 | 50 | 0 | 26 | FC | 42 | 25 |
| Octal | 72 | 40 | 237 | 100 | 120 | 0 | 46 | 374 | 102 | 45 |
| Binary | 111010 | 100000 | 10011111 | 1000000 | 1010000 | 0 | 100110 | 11111100 | 1000010 | 100101 |
Color Harmonies of #3A209F
Complementary color
Monochromatic Colors of #3A209F
Black with #3A209F
Text Example
Text Example
White with #3A209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A209F; }
p { color: rgb(58,32,159); }
H1.HeaderClassName
{
color: #3A209F;
}
.AnyTagClassName
{
color: #3A209F;
}
</style>
background-color css
<style>
a { background-color: #3A209F; }
a { background-color: rgb(58,32,159); }
div.DivClassName
{
background-color: #3A209F;
}
.BgClassName
{
background-color: #3A209F;
}
</style>
border-color css
<style>
span { border-color: #3A209F; }
span { border-color: rgb(58,32,159); }
td.TdClassName
{
border-color: #3A209F;
}
.TagClassName
{
border-color: #3A209F;
}
</style>