Shades of Egyptian Blue #2545A4
Tints of Egyptian Blue #2545A4
RGB
CMYK
RGB Variations
Color information
#2545A4 (or 0x2545A4) is known color: Egyptian Blue. HEX triplet: 25, 45 and A4. RGB value is (37,69,164). Sum of RGB (Red+Green+Blue) = 37+69+164=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 164 (64.45% from 255 or 60.74% from 270); Max value from RGB is 164 - color contains mainly: blue. Hex color #2545A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2545A4 is #DABA5B. Grayscale: #454545. Windows color (decimal): -14334556 or 10765605. OLE color: 10765605.
HSL color Cylindrical-coordinate representation of color #2545A4: hue angle of 224.88º 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 #2545A4 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 69 | 164 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.36 |
| HSL | 224.88º | 0.63% | 0.39% | - |
| HSV(B) | 224.88º | 0.77% | 0.64% | - |
| XYZ | 9.59 | 7.33 | 36.03 | - |
| YUV | 70.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 164 | 0.77 | 0.58 | 0 | 0.36 | 224.88 | 0.63 | 0.39 |
| Hex | 25 | 45 | A4 | 4D | 3A | 0 | 24 | E1 | 3F | 27 |
| Octal | 45 | 105 | 244 | 115 | 72 | 0 | 44 | 341 | 77 | 47 |
| Binary | 100101 | 1000101 | 10100100 | 1001101 | 111010 | 0 | 100100 | 11100001 | 111111 | 100111 |
Color Harmonies of #2545A4
Complementary color
Monochromatic Colors of #2545A4
Black with #2545A4
Text Example
Text Example
White with #2545A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2545A4; }
p { color: rgb(37,69,164); }
H1.HeaderClassName
{
color: #2545A4;
}
.AnyTagClassName
{
color: #2545A4;
}
</style>
background-color css
<style>
a { background-color: #2545A4; }
a { background-color: rgb(37,69,164); }
div.DivClassName
{
background-color: #2545A4;
}
.BgClassName
{
background-color: #2545A4;
}
</style>
border-color css
<style>
span { border-color: #2545A4; }
span { border-color: rgb(37,69,164); }
td.TdClassName
{
border-color: #2545A4;
}
.TagClassName
{
border-color: #2545A4;
}
</style>