Shades of Blue Gem #3A249C
Tints of Blue Gem #3A249C
RGB
CMYK
RGB Variations
Color information
#3A249C (or 0x3A249C) is known color: Blue Gem. HEX triplet: 3A, 24 and 9C. RGB value is (58,36,156). Sum of RGB (Red+Green+Blue) = 58+36+156=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A249C is #C5DB63. Grayscale: #373737. Windows color (decimal): -12966756 or 10232890. OLE color: 10232890.
HSL color Cylindrical-coordinate representation of color #3A249C: hue angle of 251º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A249C is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 36 | 156 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.39 |
| HSL | 251º | 0.63% | 0.38% | - |
| HSV(B) | 251º | 0.77% | 0.61% | - |
| XYZ | 8.38 | 4.56 | 31.89 | - |
| YUV | 56.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 156 | 0.63 | 0.77 | 0 | 0.39 | 251 | 0.63 | 0.38 |
| Hex | 3A | 24 | 9C | 3F | 4D | 0 | 27 | FB | 3E | 26 |
| Octal | 72 | 44 | 234 | 77 | 115 | 0 | 47 | 373 | 76 | 46 |
| Binary | 111010 | 100100 | 10011100 | 111111 | 1001101 | 0 | 100111 | 11111011 | 111110 | 100110 |
Color Harmonies of #3A249C
Complementary color
Monochromatic Colors of #3A249C
Black with #3A249C
Text Example
Text Example
White with #3A249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A249C; }
p { color: rgb(58,36,156); }
H1.HeaderClassName
{
color: #3A249C;
}
.AnyTagClassName
{
color: #3A249C;
}
</style>
background-color css
<style>
a { background-color: #3A249C; }
a { background-color: rgb(58,36,156); }
div.DivClassName
{
background-color: #3A249C;
}
.BgClassName
{
background-color: #3A249C;
}
</style>
border-color css
<style>
span { border-color: #3A249C; }
span { border-color: rgb(58,36,156); }
td.TdClassName
{
border-color: #3A249C;
}
.TagClassName
{
border-color: #3A249C;
}
</style>