#253899

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

Shades of Egyptian Blue #253899

Tints of Egyptian Blue #253899

Color information

#253899 (or 0x253899) is unknown color: approx Egyptian Blue. HEX triplet: 25, 38 and 99. RGB value is (37,56,153). Sum of RGB (Red+Green+Blue) = 37+56+153=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #253899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253899 is #DAC766. Grayscale: #3C3C3C. Windows color (decimal): -14337895 or 10041381. OLE color: 10041381.

HSL color Cylindrical-coordinate representation of color #253899: hue angle of 230.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #253899 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3756153-
CMYK0.760.6300.4
HSL230.17º61.05%37.25%-
HSV(B)230.17º75.82%60%-
XYZ7.935.5230.78-
YUV61.38179.71110.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=15.04%
G=22.76%
B=62.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37561530.760.6300.4230.1761.0537.25
Hex2538994C3F028e63d25
Octal4570231114770503467545
Binary100101111000100110011001100111111010100011100110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253899; }

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

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

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

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

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

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

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

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