Shades of Egyptian Blue #2546A5
Tints of Egyptian Blue #2546A5
RGB
CMYK
RGB Variations
Color information
#2546A5 (or 0x2546A5) is known color: Egyptian Blue. HEX triplet: 25, 46 and A5. RGB value is (37,70,165). Sum of RGB (Red+Green+Blue) = 37+70+165=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 165 (64.84% from 255 or 60.66% from 272); Max value from RGB is 165 - color contains mainly: blue. Hex color #2546A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2546A5 is #DAB95A. Grayscale: #464646. Windows color (decimal): -14334299 or 10831397. OLE color: 10831397.
HSL color Cylindrical-coordinate representation of color #2546A5: hue angle of 224.53º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2546A5 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 70 | 165 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.35 |
| HSL | 224.53º | 0.63% | 0.4% | - |
| HSV(B) | 224.53º | 0.78% | 0.65% | - |
| XYZ | 9.74 | 7.49 | 36.53 | - |
| YUV | 70.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 165 | 0.78 | 0.58 | 0 | 0.35 | 224.53 | 0.63 | 0.4 |
| Hex | 25 | 46 | A5 | 4E | 3A | 0 | 23 | E1 | 3F | 28 |
| Octal | 45 | 106 | 245 | 116 | 72 | 0 | 43 | 341 | 77 | 50 |
| Binary | 100101 | 1000110 | 10100101 | 1001110 | 111010 | 0 | 100011 | 11100001 | 111111 | 101000 |
Color Harmonies of #2546A5
Complementary color
Monochromatic Colors of #2546A5
Black with #2546A5
Text Example
Text Example
White with #2546A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2546A5; }
p { color: rgb(37,70,165); }
H1.HeaderClassName
{
color: #2546A5;
}
.AnyTagClassName
{
color: #2546A5;
}
</style>
background-color css
<style>
a { background-color: #2546A5; }
a { background-color: rgb(37,70,165); }
div.DivClassName
{
background-color: #2546A5;
}
.BgClassName
{
background-color: #2546A5;
}
</style>
border-color css
<style>
span { border-color: #2546A5; }
span { border-color: rgb(37,70,165); }
td.TdClassName
{
border-color: #2546A5;
}
.TagClassName
{
border-color: #2546A5;
}
</style>