Shades of Blue Gem #3B26AA
Tints of Blue Gem #3B26AA
RGB
CMYK
RGB Variations
Color information
#3B26AA (or 0x3B26AA) is known color: Blue Gem. HEX triplet: 3B, 26 and AA. RGB value is (59,38,170). Sum of RGB (Red+Green+Blue) = 59+38+170=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B26AA is #C4D955. Grayscale: #3A3A3A. Windows color (decimal): -12900694 or 11150907. OLE color: 11150907.
HSL color Cylindrical-coordinate representation of color #3B26AA: hue angle of 249.55º 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 #3B26AA is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 38 | 170 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.33 |
| HSL | 249.55º | 0.63% | 0.41% | - |
| HSV(B) | 249.55º | 0.78% | 0.67% | - |
| XYZ | 9.75 | 5.22 | 38.52 | - |
| YUV | 59.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 170 | 0.65 | 0.78 | 0 | 0.33 | 249.55 | 0.63 | 0.41 |
| Hex | 3B | 26 | AA | 41 | 4E | 0 | 21 | FA | 3F | 29 |
| Octal | 73 | 46 | 252 | 101 | 116 | 0 | 41 | 372 | 77 | 51 |
| Binary | 111011 | 100110 | 10101010 | 1000001 | 1001110 | 0 | 100001 | 11111010 | 111111 | 101001 |
Color Harmonies of #3B26AA
Complementary color
Monochromatic Colors of #3B26AA
Black with #3B26AA
Text Example
Text Example
White with #3B26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B26AA; }
p { color: rgb(59,38,170); }
H1.HeaderClassName
{
color: #3B26AA;
}
.AnyTagClassName
{
color: #3B26AA;
}
</style>
background-color css
<style>
a { background-color: #3B26AA; }
a { background-color: rgb(59,38,170); }
div.DivClassName
{
background-color: #3B26AA;
}
.BgClassName
{
background-color: #3B26AA;
}
</style>
border-color css
<style>
span { border-color: #3B26AA; }
span { border-color: rgb(59,38,170); }
td.TdClassName
{
border-color: #3B26AA;
}
.TagClassName
{
border-color: #3B26AA;
}
</style>