#253895

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

Shades of Egyptian Blue #253895

Tints of Egyptian Blue #253895

Color information

#253895 (or 0x253895) is unknown color: approx Egyptian Blue. HEX triplet: 25, 38 and 95. RGB value is (37,56,149). Sum of RGB (Red+Green+Blue) = 37+56+149=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #253895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253895 is #DAC76A. Grayscale: #3C3C3C. Windows color (decimal): -14337899 or 9779237. OLE color: 9779237.

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

Color convert

RGB3756149-
CMYK0.750.6200.42
HSL229.82º60.22%36.47%-
HSV(B)229.82º75.17%58.43%-
XYZ7.65.3929.07-
YUV60.92177.71110.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 149 (58.59% from 255) = 61.57%
R=15.29%
G=23.14%
B=61.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37561490.750.6200.42229.8260.2236.47
Hex2538954B3E02Ae63c24
Octal4570225113760523467444
Binary100101111000100101011001011111110010101011100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253895; }

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

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

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

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

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

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

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

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