Html Css Color HEX #25379B Egyptian Blue

📋 copy color: '#25379B'

red 37 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #25379B

Tints of Egyptian Blue #25379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 155 (60.94% from 255) = 62.75%

R = 14.98%
G = 22.27%
B = 62.75%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25379B (or 0x25379B) is known color: Egyptian Blue. HEX triplet: 25, 37 and 9B. RGB value is (37,55,155). Sum of RGB (Red+Green+Blue) = 37+55+155=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #25379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25379B is #DAC864. Grayscale: #3C3C3C. Windows color (decimal): -14338149 or 10172197. OLE color: 10172197.

HSL color Cylindrical-coordinate representation of color #25379B: hue angle of 230.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25379B is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 55 155 -
CMYK 0.76 0.65 0 0.39
HSL 230.85º 0.61% 0.38% -
HSV(B) 230.85º 0.76% 0.61% -
XYZ 8.05 5.49 31.65 -
YUV 61.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 37 55 155 0.76 0.65 0 0.39 230.85 0.61 0.38
Hex 25 37 9B 4C 41 0 27 E7 3D 26
Octal 45 67 233 114 101 0 47 347 75 46
Binary 100101 110111 10011011 1001100 1000001 0 100111 11100111 111101 100110

Color Harmonies of #25379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25379B

Black with #25379B

Text Example


Text Example

White with #25379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25379B; }

 p { color: rgb(37,55,155); }

 H1.HeaderClassName
 {
   color: #25379B;
 }
 .AnyTagClassName
 {
   color: #25379B;
 }
</style>

background-color css

<style>
 a { background-color: #25379B; }

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

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

border-color css

<style>
 span { border-color: #25379B; }

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

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