Html Css Color HEX #2542A5 Egyptian Blue

📋 copy color: '#2542A5'

red 37 ◦ green 66 ◦ blue 165

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

Shades of Egyptian Blue #2542A5

Tints of Egyptian Blue #2542A5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

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

R = 13.81%
G = 24.63%
B = 61.57%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2542A5 (or 0x2542A5) is known color: Egyptian Blue. HEX triplet: 25, 42 and A5. RGB value is (37,66,165). Sum of RGB (Red+Green+Blue) = 37+66+165=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 165 (64.84% from 255 or 61.57% from 268); Max value from RGB is 165 - color contains mainly: blue. Hex color #2542A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2542A5 is #DABD5A. Grayscale: #444444. Windows color (decimal): -14335323 or 10830373. OLE color: 10830373.

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

Color convert

RGB 37 66 165 -
CMYK 0.78 0.60 0 0.35
HSL 226.41º 0.63% 0.4% -
HSV(B) 226.41º 0.78% 0.65% -
XYZ 9.5 7.01 36.45 -
YUV 68.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 37 66 165 0.78 0.60 0 0.35 226.41 0.63 0.4
Hex 25 42 A5 4E 3C 0 23 E2 3F 28
Octal 45 102 245 116 74 0 43 342 77 50
Binary 100101 1000010 10100101 1001110 111100 0 100011 11100010 111111 101000

Color Harmonies of #2542A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2542A5

Black with #2542A5

Text Example


Text Example

White with #2542A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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