#253394

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

Shades of Egyptian Blue #253394

Tints of Egyptian Blue #253394

Color information

#253394 (or 0x253394) is unknown color: approx Egyptian Blue. HEX triplet: 25, 33 and 94. RGB value is (37,51,148). Sum of RGB (Red+Green+Blue) = 37+51+148=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #253394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253394 is #DACC6B. Grayscale: #393939. Windows color (decimal): -14339180 or 9712421. OLE color: 9712421.

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

Color convert

RGB3751148-
CMYK0.750.6600.42
HSL232.43º60%36.27%-
HSV(B)232.43º75%58.04%-
XYZ7.294.928.58-
YUV57.87178.86113.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=15.68%
G=21.61%
B=62.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37511480.750.6600.42232.436036.27
Hex2533944B4202Ae83c24
Octal45632241131020523507444
Binary1001011100111001010010010111000010010101011101000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253394; }

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

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

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

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

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

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

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

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