#253496

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

Shades of Egyptian Blue #253496

Tints of Egyptian Blue #253496

Color information

#253496 (or 0x253496) is unknown color: approx Egyptian Blue. HEX triplet: 25, 34 and 96. RGB value is (37,52,150). Sum of RGB (Red+Green+Blue) = 37+52+150=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #253496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253496 is #DACB69. Grayscale: #3A3A3A. Windows color (decimal): -14338922 or 9843749. OLE color: 9843749.

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

Color convert

RGB3752150-
CMYK0.750.6500.41
HSL232.04º60.43%36.67%-
HSV(B)232.04º75.33%58.82%-
XYZ7.55.0529.43-
YUV58.69179.53112.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=15.48%
G=21.76%
B=62.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37521500.750.6500.41232.0460.4336.67
Hex2534964B41029e83c25
Octal45642261131010513507445
Binary1001011101001001011010010111000001010100111101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253496; }

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

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

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

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

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

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

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

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