#252892

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

Shades of Egyptian Blue #252892

Tints of Egyptian Blue #252892

Color information

#252892 (or 0x252892) is unknown color: approx Egyptian Blue. HEX triplet: 25, 28 and 92. RGB value is (37,40,146). Sum of RGB (Red+Green+Blue) = 37+40+146=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #252892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252892 is #DAD76D. Grayscale: #323232. Windows color (decimal): -14341998 or 9578533. OLE color: 9578533.

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

Color convert

RGB3740146-
CMYK0.750.7300.43
HSL238.35º59.56%35.88%-
HSV(B)238.35º74.66%57.25%-
XYZ6.713.9927.61-
YUV51.19181.51117.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=16.59%
G=17.94%
B=65.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37401460.750.7300.43238.3559.5635.88
Hex2528924B4902Bee3c24
Octal45502221131110533567444
Binary1001011010001001001010010111001001010101111101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252892; }

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

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

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

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

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

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

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

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