#253196

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

Shades of Egyptian Blue #253196

Tints of Egyptian Blue #253196

Color information

#253196 (or 0x253196) is unknown color: approx Egyptian Blue. HEX triplet: 25, 31 and 96. RGB value is (37,49,150). Sum of RGB (Red+Green+Blue) = 37+49+150=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #253196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253196 is #DACE69. Grayscale: #383838. Windows color (decimal): -14339690 or 9842981. OLE color: 9842981.

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

Color convert

RGB3749150-
CMYK0.750.6700.41
HSL233.63º60.43%36.67%-
HSV(B)233.63º75.33%58.82%-
XYZ7.374.7929.39-
YUV56.93180.52113.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=15.68%
G=20.76%
B=63.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37491500.750.6700.41233.6360.4336.67
Hex2531964B43029ea3c25
Octal45612261131030513527445
Binary1001011100011001011010010111000011010100111101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253196; }

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

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

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

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

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

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

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

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