Html Css Color HEX #253390 Egyptian Blue

📋 copy color: '#253390'

red 37 ◦ green 51 ◦ blue 144

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

Shades of Egyptian Blue #253390

Tints of Egyptian Blue #253390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 15.95%
G = 21.98%
B = 62.07%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#253390 (or 0x253390) is known color: Egyptian Blue. HEX triplet: 25, 33 and 90. RGB value is (37,51,144). Sum of RGB (Red+Green+Blue) = 37+51+144=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #253390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253390 is #DACC6F. Grayscale: #393939. Windows color (decimal): -14339184 or 9450277. OLE color: 9450277.

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

Color convert

RGB 37 51 144 -
CMYK 0.74 0.65 0 0.44
HSL 232.15º 0.59% 0.35% -
HSV(B) 232.15º 0.74% 0.56% -
XYZ 6.98 4.77 26.94 -
YUV 57.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 37 51 144 0.74 0.65 0 0.44 232.15 0.59 0.35
Hex 25 33 90 4A 41 0 2C E8 3B 23
Octal 45 63 220 112 101 0 54 350 73 43
Binary 100101 110011 10010000 1001010 1000001 0 101100 11101000 111011 100011

Color Harmonies of #253390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253390

Black with #253390

Text Example


Text Example

White with #253390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253390; }

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

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

background-color css

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

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

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

border-color css

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

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

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