Html Css Color HEX #25329E Egyptian Blue

📋 copy color: '#25329E'

red 37 ◦ green 50 ◦ blue 158

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

Shades of Egyptian Blue #25329E

Tints of Egyptian Blue #25329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 158 (62.11% from 255) = 64.49%

R = 15.1%
G = 20.41%
B = 64.49%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25329E (or 0x25329E) is known color: Egyptian Blue. HEX triplet: 25, 32 and 9E. RGB value is (37,50,158). Sum of RGB (Red+Green+Blue) = 37+50+158=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #25329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25329E is #DACD61. Grayscale: #393939. Windows color (decimal): -14339426 or 10367525. OLE color: 10367525.

HSL color Cylindrical-coordinate representation of color #25329E: hue angle of 233.55º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25329E is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 50 158 -
CMYK 0.77 0.68 0 0.38
HSL 233.55º 0.62% 0.38% -
HSV(B) 233.55º 0.77% 0.62% -
XYZ 8.08 5.14 32.91 -
YUV 58.43 184.19 112.72 -
System Red Green Blue C M Y K H S L
Decimal 37 50 158 0.77 0.68 0 0.38 233.55 0.62 0.38
Hex 25 32 9E 4D 44 0 26 EA 3E 26
Octal 45 62 236 115 104 0 46 352 76 46
Binary 100101 110010 10011110 1001101 1000100 0 100110 11101010 111110 100110

Color Harmonies of #25329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25329E

Black with #25329E

Text Example


Text Example

White with #25329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25329E; }

 p { color: rgb(37,50,158); }

 H1.HeaderClassName
 {
   color: #25329E;
 }
 .AnyTagClassName
 {
   color: #25329E;
 }
</style>

background-color css

<style>
 a { background-color: #25329E; }

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

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

border-color css

<style>
 span { border-color: #25329E; }

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

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