Html Css Color HEX #253191 Egyptian Blue

📋 copy color: '#253191'

red 37 ◦ green 49 ◦ blue 145

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

Shades of Egyptian Blue #253191

Tints of Egyptian Blue #253191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 16.02%
G = 21.21%
B = 62.77%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#253191 (or 0x253191) is known color: Egyptian Blue. HEX triplet: 25, 31 and 91. RGB value is (37,49,145). Sum of RGB (Red+Green+Blue) = 37+49+145=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #253191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253191 is #DACE6E. Grayscale: #373737. Windows color (decimal): -14339695 or 9515301. OLE color: 9515301.

HSL color Cylindrical-coordinate representation of color #253191: hue angle of 233.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253191 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 49 145 -
CMYK 0.74 0.66 0 0.43
HSL 233.33º 0.59% 0.36% -
HSV(B) 233.33º 0.74% 0.57% -
XYZ 6.97 4.63 27.32 -
YUV 56.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 37 49 145 0.74 0.66 0 0.43 233.33 0.59 0.36
Hex 25 31 91 4A 42 0 2B E9 3B 24
Octal 45 61 221 112 102 0 53 351 73 44
Binary 100101 110001 10010001 1001010 1000010 0 101011 11101001 111011 100100

Color Harmonies of #253191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253191

Black with #253191

Text Example


Text Example

White with #253191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253191; }

 p { color: rgb(37,49,145); }

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

background-color css

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

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

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

border-color css

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

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

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