#253A96

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

Shades of Egyptian Blue #253A96

Tints of Egyptian Blue #253A96

Color information

#253A96 (or 0x253A96) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3A and 96. RGB value is (37,58,150). Sum of RGB (Red+Green+Blue) = 37+58+150=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #253A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A96 is #DAC569. Grayscale: #3D3D3D. Windows color (decimal): -14337386 or 9845285. OLE color: 9845285.

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

Color convert

RGB3758150-
CMYK0.750.6100.41
HSL228.85º60.43%36.67%-
HSV(B)228.85º75.33%58.82%-
XYZ7.785.6229.53-
YUV62.21177.54110.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=15.10%
G=23.67%
B=61.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37581500.750.6100.41228.8560.4336.67
Hex253A964B3D029e53c25
Octal4572226113750513457445
Binary100101111010100101101001011111101010100111100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253A96; }

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

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

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

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

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

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

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

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