#253891

Color #253891 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #253891

Tints of Egyptian Blue #253891

Color information

#253891 (or 0x253891) is unknown color: approx Egyptian Blue. HEX triplet: 25, 38 and 91. RGB value is (37,56,145). Sum of RGB (Red+Green+Blue) = 37+56+145=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #253891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253891 is #DAC76E. Grayscale: #3C3C3C. Windows color (decimal): -14337903 or 9517093. OLE color: 9517093.

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

Color convert

RGB3756145-
CMYK0.740.6100.43
HSL229.44º59.34%35.69%-
HSV(B)229.44º74.48%56.86%-
XYZ7.295.2727.42-
YUV60.46175.71111.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 145 (57.03% from 255) = 60.92%
R=15.55%
G=23.53%
B=60.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37561450.740.6100.43229.4459.3435.69
Hex2538914A3D02Be53b24
Octal4570221112750533457344
Binary100101111000100100011001010111101010101111100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253891; }

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

 H1.HeaderClassName
 {
   color: #253891;
 }
 .AnyTagClassName
 {
   color: #253891;
 }
</style>
background-color css

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

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

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

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

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

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