Html Css Color HEX #25379D Egyptian Blue

📋 copy color: '#25379D'

red 37 ◦ green 55 ◦ blue 157

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

Shades of Egyptian Blue #25379D

Tints of Egyptian Blue #25379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 14.86%
G = 22.09%
B = 63.05%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25379D (or 0x25379D) is known color: Egyptian Blue. HEX triplet: 25, 37 and 9D. RGB value is (37,55,157). Sum of RGB (Red+Green+Blue) = 37+55+157=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #25379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25379D is #DAC862. Grayscale: #3C3C3C. Windows color (decimal): -14338147 or 10303269. OLE color: 10303269.

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

Color convert

RGB 37 55 157 -
CMYK 0.76 0.65 0 0.38
HSL 231º 0.62% 0.38% -
HSV(B) 231º 0.76% 0.62% -
XYZ 8.21 5.56 32.54 -
YUV 61.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 37 55 157 0.76 0.65 0 0.38 231 0.62 0.38
Hex 25 37 9D 4C 41 0 26 E7 3E 26
Octal 45 67 235 114 101 0 46 347 76 46
Binary 100101 110111 10011101 1001100 1000001 0 100110 11100111 111110 100110

Color Harmonies of #25379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25379D

Black with #25379D

Text Example


Text Example

White with #25379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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