#253892

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

Shades of Egyptian Blue #253892

Tints of Egyptian Blue #253892

Color information

#253892 (or 0x253892) is unknown color: approx Egyptian Blue. HEX triplet: 25, 38 and 92. RGB value is (37,56,146). Sum of RGB (Red+Green+Blue) = 37+56+146=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #253892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253892 is #DAC76D. Grayscale: #3C3C3C. Windows color (decimal): -14337902 or 9582629. OLE color: 9582629.

HSL color Cylindrical-coordinate representation of color #253892: hue angle of 229.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253892 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3756146-
CMYK0.750.6200.43
HSL229.54º59.56%35.88%-
HSV(B)229.54º74.66%57.25%-
XYZ7.375.327.83-
YUV60.58176.21111.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 146 (57.42% from 255) = 61.09%
R=15.48%
G=23.43%
B=61.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37561460.750.6200.43229.5459.5635.88
Hex2538924B3E02Be63c24
Octal4570222113760533467444
Binary100101111000100100101001011111110010101111100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253892; }

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

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

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

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

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

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

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

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