Html Css Color HEX #253091 Egyptian Blue

📋 copy color: '#253091'

red 37 ◦ green 48 ◦ blue 145

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

Shades of Egyptian Blue #253091

Tints of Egyptian Blue #253091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 16.09%
G = 20.87%
B = 63.04%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#253091 (or 0x253091) is known color: Egyptian Blue. HEX triplet: 25, 30 and 91. RGB value is (37,48,145). Sum of RGB (Red+Green+Blue) = 37+48+145=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #253091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253091 is #DACF6E. Grayscale: #373737. Windows color (decimal): -14339951 or 9515045. OLE color: 9515045.

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

Color convert

RGB 37 48 145 -
CMYK 0.74 0.67 0 0.43
HSL 233.89º 0.59% 0.36% -
HSV(B) 233.89º 0.74% 0.57% -
XYZ 6.93 4.55 27.3 -
YUV 55.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 37 48 145 0.74 0.67 0 0.43 233.89 0.59 0.36
Hex 25 30 91 4A 43 0 2B EA 3B 24
Octal 45 60 221 112 103 0 53 352 73 44
Binary 100101 110000 10010001 1001010 1000011 0 101011 11101010 111011 100100

Color Harmonies of #253091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253091

Black with #253091

Text Example


Text Example

White with #253091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253091; }

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

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

background-color css

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

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

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

border-color css

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

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

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