#253292

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

Shades of Egyptian Blue #253292

Tints of Egyptian Blue #253292

Color information

#253292 (or 0x253292) is unknown color: approx Egyptian Blue. HEX triplet: 25, 32 and 92. RGB value is (37,50,146). Sum of RGB (Red+Green+Blue) = 37+50+146=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #253292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253292 is #DACD6D. Grayscale: #383838. Windows color (decimal): -14339438 or 9581093. OLE color: 9581093.

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

Color convert

RGB3750146-
CMYK0.750.6600.43
HSL232.84º59.56%35.88%-
HSV(B)232.84º74.66%57.25%-
XYZ7.094.7527.74-
YUV57.06178.19113.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=15.88%
G=21.46%
B=62.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37501460.750.6600.43232.8459.5635.88
Hex2532924B4202Be93c24
Octal45622221131020533517444
Binary1001011100101001001010010111000010010101111101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253292; }

 p { color: rgb(37,50,146); }

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

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

 a { background-color: rgb(37,50,146); }

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

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

 span { border-color: rgb(37,50,146); }

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