Shades of Blue Gem #3E26A2
Tints of Blue Gem #3E26A2
RGB
CMYK
RGB Variations
Color information
#3E26A2 (or 0x3E26A2) is known color: Blue Gem. HEX triplet: 3E, 26 and A2. RGB value is (62,38,162). Sum of RGB (Red+Green+Blue) = 62+38+162=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #3E26A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E26A2 is #C1D95D. Grayscale: #3A3A3A. Windows color (decimal): -12704094 or 10626622. OLE color: 10626622.
HSL color Cylindrical-coordinate representation of color #3E26A2: hue angle of 251.61º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E26A2 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 38 | 162 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.36 |
| HSL | 251.61º | 0.62% | 0.39% | - |
| HSV(B) | 251.61º | 0.77% | 0.64% | - |
| XYZ | 9.2 | 5.02 | 34.67 | - |
| YUV | 59.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 162 | 0.62 | 0.77 | 0 | 0.36 | 251.61 | 0.62 | 0.39 |
| Hex | 3E | 26 | A2 | 3E | 4D | 0 | 24 | FC | 3E | 27 |
| Octal | 76 | 46 | 242 | 76 | 115 | 0 | 44 | 374 | 76 | 47 |
| Binary | 111110 | 100110 | 10100010 | 111110 | 1001101 | 0 | 100100 | 11111100 | 111110 | 100111 |
Color Harmonies of #3E26A2
Complementary color
Monochromatic Colors of #3E26A2
Black with #3E26A2
Text Example
Text Example
White with #3E26A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26A2; }
p { color: rgb(62,38,162); }
H1.HeaderClassName
{
color: #3E26A2;
}
.AnyTagClassName
{
color: #3E26A2;
}
</style>
background-color css
<style>
a { background-color: #3E26A2; }
a { background-color: rgb(62,38,162); }
div.DivClassName
{
background-color: #3E26A2;
}
.BgClassName
{
background-color: #3E26A2;
}
</style>
border-color css
<style>
span { border-color: #3E26A2; }
span { border-color: rgb(62,38,162); }
td.TdClassName
{
border-color: #3E26A2;
}
.TagClassName
{
border-color: #3E26A2;
}
</style>