Html Css Color HEX #2545A3 Egyptian Blue

📋 copy color: '#2545A3'

red 37 ◦ green 69 ◦ blue 163

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

Shades of Egyptian Blue #2545A3

Tints of Egyptian Blue #2545A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 60.59%

R = 13.75%
G = 25.65%
B = 60.59%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2545A3 (or 0x2545A3) is known color: Egyptian Blue. HEX triplet: 25, 45 and A3. RGB value is (37,69,163). Sum of RGB (Red+Green+Blue) = 37+69+163=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 163 (64.06% from 255 or 60.59% from 269); Max value from RGB is 163 - color contains mainly: blue. Hex color #2545A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2545A3 is #DABA5C. Grayscale: #454545. Windows color (decimal): -14334557 or 10700069. OLE color: 10700069.

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

Color convert

RGB 37 69 163 -
CMYK 0.77 0.58 0 0.36
HSL 224.76º 0.63% 0.39% -
HSV(B) 224.76º 0.77% 0.64% -
XYZ 9.5 7.29 35.56 -
YUV 70.15 180.4 104.36 -
System Red Green Blue C M Y K H S L
Decimal 37 69 163 0.77 0.58 0 0.36 224.76 0.63 0.39
Hex 25 45 A3 4D 3A 0 24 E1 3F 27
Octal 45 105 243 115 72 0 44 341 77 47
Binary 100101 1000101 10100011 1001101 111010 0 100100 11100001 111111 100111

Color Harmonies of #2545A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2545A3

Black with #2545A3

Text Example


Text Example

White with #2545A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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