Html Css Color HEX #253190 Egyptian Blue

📋 copy color: '#253190'

red 37 ◦ green 49 ◦ blue 144

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

Shades of Egyptian Blue #253190

Tints of Egyptian Blue #253190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 16.09%
G = 21.3%
B = 62.61%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#253190 (or 0x253190) is known color: Egyptian Blue. HEX triplet: 25, 31 and 90. RGB value is (37,49,144). Sum of RGB (Red+Green+Blue) = 37+49+144=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #253190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253190 is #DACE6F. Grayscale: #373737. Windows color (decimal): -14339696 or 9449765. OLE color: 9449765.

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

Color convert

RGB 37 49 144 -
CMYK 0.74 0.66 0 0.44
HSL 233.27º 0.59% 0.35% -
HSV(B) 233.27º 0.74% 0.56% -
XYZ 6.9 4.6 26.91 -
YUV 56.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 37 49 144 0.74 0.66 0 0.44 233.27 0.59 0.35
Hex 25 31 90 4A 42 0 2C E9 3B 23
Octal 45 61 220 112 102 0 54 351 73 43
Binary 100101 110001 10010000 1001010 1000010 0 101100 11101001 111011 100011

Color Harmonies of #253190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253190

Black with #253190

Text Example


Text Example

White with #253190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253190; }

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

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

background-color css

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

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

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

border-color css

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

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

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