#253B95

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

Shades of Egyptian Blue #253B95

Tints of Egyptian Blue #253B95

Color information

#253B95 (or 0x253B95) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3B and 95. RGB value is (37,59,149). Sum of RGB (Red+Green+Blue) = 37+59+149=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #253B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B95 is #DAC46A. Grayscale: #3E3E3E. Windows color (decimal): -14337131 or 9780005. OLE color: 9780005.

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

Color convert

RGB3759149-
CMYK0.750.6000.42
HSL228.21º60.22%36.47%-
HSV(B)228.21º75.17%58.43%-
XYZ7.755.6929.12-
YUV62.68176.71109.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 149 (58.59% from 255) = 60.82%
R=15.10%
G=24.08%
B=60.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37591490.750.6000.42228.2160.2236.47
Hex253B954B3C02Ae43c24
Octal4573225113740523447444
Binary100101111011100101011001011111100010101011100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,59,149); }

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

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

 a { background-color: rgb(37,59,149); }

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

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

 span { border-color: rgb(37,59,149); }

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