#253896

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

Shades of Egyptian Blue #253896

Tints of Egyptian Blue #253896

Color information

#253896 (or 0x253896) is unknown color: approx Egyptian Blue. HEX triplet: 25, 38 and 96. RGB value is (37,56,150). Sum of RGB (Red+Green+Blue) = 37+56+150=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #253896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253896 is #DAC769. Grayscale: #3C3C3C. Windows color (decimal): -14337898 or 9844773. OLE color: 9844773.

HSL color Cylindrical-coordinate representation of color #253896: hue angle of 229.91º degrees, saturation: 0.6, 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 #253896 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3756150-
CMYK0.750.6300.41
HSL229.91º60.43%36.67%-
HSV(B)229.91º75.33%58.82%-
XYZ7.685.4229.5-
YUV61.04178.21110.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 150 (58.98% from 255) = 61.73%
R=15.23%
G=23.05%
B=61.73%

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
Decimal37561500.750.6300.41229.9160.4336.67
Hex2538964B3F029e63c25
Octal4570226113770513467445
Binary100101111000100101101001011111111010100111100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253896; }

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

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

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

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

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

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

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

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