Html Css Color HEX #253291 Egyptian Blue

📋 copy color: '#253291'

red 37 ◦ green 50 ◦ blue 145

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

Shades of Egyptian Blue #253291

Tints of Egyptian Blue #253291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 15.95%
G = 21.55%
B = 62.5%

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

#253291 (or 0x253291) is known color: Egyptian Blue. HEX triplet: 25, 32 and 91. RGB value is (37,50,145). Sum of RGB (Red+Green+Blue) = 37+50+145=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #253291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253291 is #DACD6E. Grayscale: #383838. Windows color (decimal): -14339439 or 9515557. OLE color: 9515557.

HSL color Cylindrical-coordinate representation of color #253291: hue angle of 232.78º 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 #253291 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 50 145 -
CMYK 0.74 0.66 0 0.43
HSL 232.78º 0.59% 0.36% -
HSV(B) 232.78º 0.74% 0.57% -
XYZ 7.01 4.72 27.33 -
YUV 56.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 37 50 145 0.74 0.66 0 0.43 232.78 0.59 0.36
Hex 25 32 91 4A 42 0 2B E9 3B 24
Octal 45 62 221 112 102 0 53 351 73 44
Binary 100101 110010 10010001 1001010 1000010 0 101011 11101001 111011 100100

Color Harmonies of #253291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253291

Black with #253291

Text Example


Text Example

White with #253291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253291; }

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

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

background-color css

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

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

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

border-color css

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

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

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