#253494

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

Shades of Egyptian Blue #253494

Tints of Egyptian Blue #253494

Color information

#253494 (or 0x253494) is unknown color: approx Egyptian Blue. HEX triplet: 25, 34 and 94. RGB value is (37,52,148). Sum of RGB (Red+Green+Blue) = 37+52+148=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #253494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253494 is #DACB6B. Grayscale: #3A3A3A. Windows color (decimal): -14338924 or 9712677. OLE color: 9712677.

HSL color Cylindrical-coordinate representation of color #253494: hue angle of 231.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253494 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3752148-
CMYK0.750.6500.42
HSL231.89º60%36.27%-
HSV(B)231.89º75%58.04%-
XYZ7.344.9928.59-
YUV58.46178.53112.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 148 (58.20% from 255) = 62.45%
R=15.61%
G=21.94%
B=62.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37521480.750.6500.42231.896036.27
Hex2534944B4102Ae83c24
Octal45642241131010523507444
Binary1001011101001001010010010111000001010101011101000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253494; }

 p { color: rgb(37,52,148); }

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

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

 a { background-color: rgb(37,52,148); }

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

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

 span { border-color: rgb(37,52,148); }

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