Html Css Color HEX #2525A2 Egyptian Blue

📋 copy color: '#2525A2'

red 37 ◦ green 37 ◦ blue 162

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

Shades of Egyptian Blue #2525A2

Tints of Egyptian Blue #2525A2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 162 (63.67% from 255) = 68.64%

R = 15.68%
G = 15.68%
B = 68.64%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2525A2 (or 0x2525A2) is known color: Egyptian Blue. HEX triplet: 25, 25 and A2. RGB value is (37,37,162). Sum of RGB (Red+Green+Blue) = 37+37+162=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 162 (63.67% from 255 or 68.64% from 236); Max value from RGB is 162 - color contains mainly: blue. Hex color #2525A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2525A2 is #DADA5D. Grayscale: #323232. Windows color (decimal): -14342750 or 10626341. OLE color: 10626341.

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

Color convert

RGB 37 37 162 -
CMYK 0.77 0.77 0 0.36
HSL 240º 0.63% 0.39% -
HSV(B) 240º 0.77% 0.64% -
XYZ 7.95 4.33 34.6 -
YUV 51.25 190.5 117.84 -
System Red Green Blue C M Y K H S L
Decimal 37 37 162 0.77 0.77 0 0.36 240 0.63 0.39
Hex 25 25 A2 4D 4D 0 24 F0 3F 27
Octal 45 45 242 115 115 0 44 360 77 47
Binary 100101 100101 10100010 1001101 1001101 0 100100 11110000 111111 100111

Color Harmonies of #2525A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2525A2

Black with #2525A2

Text Example


Text Example

White with #2525A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2525A2; }

 p { color: rgb(37,37,162); }

 H1.HeaderClassName
 {
   color: #2525A2;
 }
 .AnyTagClassName
 {
   color: #2525A2;
 }
</style>

background-color css

<style>
 a { background-color: #2525A2; }

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

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

border-color css

<style>
 span { border-color: #2525A2; }

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

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