Html Css Color HEX #253591 Egyptian Blue

📋 copy color: '#253591'

red 37 ◦ green 53 ◦ blue 145

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

Shades of Egyptian Blue #253591

Tints of Egyptian Blue #253591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 15.74%
G = 22.55%
B = 61.7%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#253591 (or 0x253591) is known color: Egyptian Blue. HEX triplet: 25, 35 and 91. RGB value is (37,53,145). Sum of RGB (Red+Green+Blue) = 37+53+145=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #253591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253591 is #DACA6E. Grayscale: #3A3A3A. Windows color (decimal): -14338671 or 9516325. OLE color: 9516325.

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

Color convert

RGB 37 53 145 -
CMYK 0.74 0.63 0 0.43
HSL 231.11º 0.59% 0.36% -
HSV(B) 231.11º 0.74% 0.57% -
XYZ 7.15 4.98 27.37 -
YUV 58.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 37 53 145 0.74 0.63 0 0.43 231.11 0.59 0.36
Hex 25 35 91 4A 3F 0 2B E7 3B 24
Octal 45 65 221 112 77 0 53 347 73 44
Binary 100101 110101 10010001 1001010 111111 0 101011 11100111 111011 100100

Color Harmonies of #253591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253591

Black with #253591

Text Example


Text Example

White with #253591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253591; }

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

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

background-color css

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

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

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

border-color css

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

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

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