#253897

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

Shades of Egyptian Blue #253897

Tints of Egyptian Blue #253897

Color information

#253897 (or 0x253897) is unknown color: approx Egyptian Blue. HEX triplet: 25, 38 and 97. RGB value is (37,56,151). Sum of RGB (Red+Green+Blue) = 37+56+151=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #253897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253897 is #DAC768. Grayscale: #3C3C3C. Windows color (decimal): -14337897 or 9910309. OLE color: 9910309.

HSL color Cylindrical-coordinate representation of color #253897: hue angle of 230º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253897 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3756151-
CMYK0.750.6300.41
HSL230º60.64%36.86%-
HSV(B)230º75.5%59.22%-
XYZ7.765.4629.92-
YUV61.15178.71110.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 151 (59.38% from 255) = 61.89%
R=15.16%
G=22.95%
B=61.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37561510.750.6300.4123060.6436.86
Hex2538974B3F029e63d25
Octal4570227113770513467545
Binary100101111000100101111001011111111010100111100110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253897; }

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

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

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

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

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

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

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

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