Shades of Egyptian Blue #2526A2
Tints of Egyptian Blue #2526A2
RGB
CMYK
RGB Variations
Color information
#2526A2 (or 0x2526A2) is known color: Egyptian Blue. HEX triplet: 25, 26 and A2. RGB value is (37,38,162). Sum of RGB (Red+Green+Blue) = 37+38+162=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #2526A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2526A2 is #DAD95D. Grayscale: #333333. Windows color (decimal): -14342494 or 10626597. OLE color: 10626597.
HSL color Cylindrical-coordinate representation of color #2526A2: hue angle of 239.52º degrees, saturation: 0.63, 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 #2526A2 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 38 | 162 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.36 |
| HSL | 239.52º | 0.63% | 0.39% | - |
| HSV(B) | 239.52º | 0.77% | 0.64% | - |
| XYZ | 7.98 | 4.39 | 34.61 | - |
| YUV | 51.84 | 190.17 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 162 | 0.77 | 0.77 | 0 | 0.36 | 239.52 | 0.63 | 0.39 |
| Hex | 25 | 26 | A2 | 4D | 4D | 0 | 24 | F0 | 3F | 27 |
| Octal | 45 | 46 | 242 | 115 | 115 | 0 | 44 | 360 | 77 | 47 |
| Binary | 100101 | 100110 | 10100010 | 1001101 | 1001101 | 0 | 100100 | 11110000 | 111111 | 100111 |
Color Harmonies of #2526A2
Complementary color
Monochromatic Colors of #2526A2
Black with #2526A2
Text Example
Text Example
White with #2526A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2526A2; }
p { color: rgb(37,38,162); }
H1.HeaderClassName
{
color: #2526A2;
}
.AnyTagClassName
{
color: #2526A2;
}
</style>
background-color css
<style>
a { background-color: #2526A2; }
a { background-color: rgb(37,38,162); }
div.DivClassName
{
background-color: #2526A2;
}
.BgClassName
{
background-color: #2526A2;
}
</style>
border-color css
<style>
span { border-color: #2526A2; }
span { border-color: rgb(37,38,162); }
td.TdClassName
{
border-color: #2526A2;
}
.TagClassName
{
border-color: #2526A2;
}
</style>