#253B97

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

Shades of Egyptian Blue #253B97

Tints of Egyptian Blue #253B97

Color information

#253B97 (or 0x253B97) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3B and 97. RGB value is (37,59,151). Sum of RGB (Red+Green+Blue) = 37+59+151=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #253B97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B97 is #DAC468. Grayscale: #3E3E3E. Windows color (decimal): -14337129 or 9911077. OLE color: 9911077.

HSL color Cylindrical-coordinate representation of color #253B97: hue angle of 228.42º 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 #253B97 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3759151-
CMYK0.750.6100.41
HSL228.42º60.64%36.86%-
HSV(B)228.42º75.5%59.22%-
XYZ7.915.7629.97-
YUV62.91177.71109.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=14.98%
G=23.89%
B=61.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37591510.750.6100.41228.4260.6436.86
Hex253B974B3D029e43d25
Octal4573227113750513447545
Binary100101111011100101111001011111101010100111100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253B97; }

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

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

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

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

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

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

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

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