#253C95

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

Shades of Egyptian Blue #253C95

Tints of Egyptian Blue #253C95

Color information

#253C95 (or 0x253C95) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3C and 95. RGB value is (37,60,149). Sum of RGB (Red+Green+Blue) = 37+60+149=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #253C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C95 is #DAC36A. Grayscale: #3E3E3E. Windows color (decimal): -14336875 or 9780261. OLE color: 9780261.

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

Color convert

RGB3760149-
CMYK0.750.6000.42
HSL227.68º60.22%36.47%-
HSV(B)227.68º75.17%58.43%-
XYZ7.85.7929.14-
YUV63.27176.38109.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 149 (58.59% from 255) = 60.57%
R=15.04%
G=24.39%
B=60.57%

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
Decimal37601490.750.6000.42227.6860.2236.47
Hex253C954B3C02Ae43c24
Octal4574225113740523447444
Binary100101111100100101011001011111100010101011100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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