Html Css Color HEX #25289D Egyptian Blue

📋 copy color: '#25289D'

red 37 ◦ green 40 ◦ blue 157

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

Shades of Egyptian Blue #25289D

Tints of Egyptian Blue #25289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 15.81%
G = 17.09%
B = 67.09%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25289D (or 0x25289D) is known color: Egyptian Blue. HEX triplet: 25, 28 and 9D. RGB value is (37,40,157). Sum of RGB (Red+Green+Blue) = 37+40+157=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #25289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25289D is #DAD762. Grayscale: #333333. Windows color (decimal): -14341987 or 10299429. OLE color: 10299429.

HSL color Cylindrical-coordinate representation of color #25289D: hue angle of 238.5º 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 #25289D is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 40 157 -
CMYK 0.76 0.75 0 0.38
HSL 238.5º 0.62% 0.38% -
HSV(B) 238.5º 0.76% 0.62% -
XYZ 7.61 4.35 32.34 -
YUV 52.44 187.01 116.99 -
System Red Green Blue C M Y K H S L
Decimal 37 40 157 0.76 0.75 0 0.38 238.5 0.62 0.38
Hex 25 28 9D 4C 4B 0 26 EE 3E 26
Octal 45 50 235 114 113 0 46 356 76 46
Binary 100101 101000 10011101 1001100 1001011 0 100110 11101110 111110 100110

Color Harmonies of #25289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25289D

Black with #25289D

Text Example


Text Example

White with #25289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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