Html Css Color HEX #2545A5 Egyptian Blue

📋 copy color: '#2545A5'

red 37 ◦ green 69 ◦ blue 165

#2545A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #2545A5

Tints of Egyptian Blue #2545A5

RGB

 RED value IS 37 (14.84% from 255) = 13.65%

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 165 (64.84% from 255) = 60.89%

R = 13.65%
G = 25.46%
B = 60.89%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2545A5 (or 0x2545A5) is known color: Egyptian Blue. HEX triplet: 25, 45 and A5. RGB value is (37,69,165). Sum of RGB (Red+Green+Blue) = 37+69+165=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 165 (64.84% from 255 or 60.89% from 271); Max value from RGB is 165 - color contains mainly: blue. Hex color #2545A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2545A5 is #DABA5A. Grayscale: #454545. Windows color (decimal): -14334555 or 10831141. OLE color: 10831141.

HSL color Cylindrical-coordinate representation of color #2545A5: hue angle of 225º 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 #2545A5 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 69 165 -
CMYK 0.78 0.58 0 0.35
HSL 225º 0.63% 0.4% -
HSV(B) 225º 0.78% 0.65% -
XYZ 9.68 7.37 36.51 -
YUV 70.38 181.4 104.19 -
System Red Green Blue C M Y K H S L
Decimal 37 69 165 0.78 0.58 0 0.35 225 0.63 0.4
Hex 25 45 A5 4E 3A 0 23 E1 3F 28
Octal 45 105 245 116 72 0 43 341 77 50
Binary 100101 1000101 10100101 1001110 111010 0 100011 11100001 111111 101000

Color Harmonies of #2545A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2545A5

Black with #2545A5

Text Example


Text Example

White with #2545A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2545A5; }

 p { color: rgb(37,69,165); }

 H1.HeaderClassName
 {
   color: #2545A5;
 }
 .AnyTagClassName
 {
   color: #2545A5;
 }
</style>

background-color css

<style>
 a { background-color: #2545A5; }

 a { background-color: rgb(37,69,165); }

 div.DivClassName
 {
   background-color: #2545A5;
 }
 .BgClassName
 {
   background-color: #2545A5;
 }
</style>

border-color css

<style>
 span { border-color: #2545A5; }

 span { border-color: rgb(37,69,165); }

 td.TdClassName
 {
   border-color: #2545A5;
 }
 .TagClassName
 {
   border-color: #2545A5;
 }
</style>