#253794

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

Shades of Egyptian Blue #253794

Tints of Egyptian Blue #253794

Color information

#253794 (or 0x253794) is unknown color: approx Egyptian Blue. HEX triplet: 25, 37 and 94. RGB value is (37,55,148). Sum of RGB (Red+Green+Blue) = 37+55+148=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #253794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253794 is #DAC86B. Grayscale: #3B3B3B. Windows color (decimal): -14338156 or 9713445. OLE color: 9713445.

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

Color convert

RGB3755148-
CMYK0.750.6300.42
HSL230.27º60%36.27%-
HSV(B)230.27º75%58.04%-
XYZ7.475.2628.64-
YUV60.22177.54111.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 148 (58.20% from 255) = 61.67%
R=15.42%
G=22.92%
B=61.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37551480.750.6300.42230.276036.27
Hex2537944B3F02Ae63c24
Octal4567224113770523467444
Binary100101110111100101001001011111111010101011100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253794; }

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

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

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

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

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

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

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

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