Shades of Blue Gem #3A26AA
Tints of Blue Gem #3A26AA
RGB
CMYK
RGB Variations
Color information
#3A26AA (or 0x3A26AA) is known color: Blue Gem. HEX triplet: 3A, 26 and AA. RGB value is (58,38,170). Sum of RGB (Red+Green+Blue) = 58+38+170=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A26AA is #C5D955. Grayscale: #3A3A3A. Windows color (decimal): -12966230 or 11150906. OLE color: 11150906.
HSL color Cylindrical-coordinate representation of color #3A26AA: hue angle of 249.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A26AA is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 38 | 170 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.33 |
| HSL | 249.09º | 0.63% | 0.41% | - |
| HSV(B) | 249.09º | 0.78% | 0.67% | - |
| XYZ | 9.69 | 5.19 | 38.52 | - |
| YUV | 59.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 170 | 0.66 | 0.78 | 0 | 0.33 | 249.09 | 0.63 | 0.41 |
| Hex | 3A | 26 | AA | 42 | 4E | 0 | 21 | F9 | 3F | 29 |
| Octal | 72 | 46 | 252 | 102 | 116 | 0 | 41 | 371 | 77 | 51 |
| Binary | 111010 | 100110 | 10101010 | 1000010 | 1001110 | 0 | 100001 | 11111001 | 111111 | 101001 |
Color Harmonies of #3A26AA
Complementary color
Monochromatic Colors of #3A26AA
Black with #3A26AA
Text Example
Text Example
White with #3A26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A26AA; }
p { color: rgb(58,38,170); }
H1.HeaderClassName
{
color: #3A26AA;
}
.AnyTagClassName
{
color: #3A26AA;
}
</style>
background-color css
<style>
a { background-color: #3A26AA; }
a { background-color: rgb(58,38,170); }
div.DivClassName
{
background-color: #3A26AA;
}
.BgClassName
{
background-color: #3A26AA;
}
</style>
border-color css
<style>
span { border-color: #3A26AA; }
span { border-color: rgb(58,38,170); }
td.TdClassName
{
border-color: #3A26AA;
}
.TagClassName
{
border-color: #3A26AA;
}
</style>