#252894

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

Shades of Egyptian Blue #252894

Tints of Egyptian Blue #252894

Color information

#252894 (or 0x252894) is unknown color: approx Egyptian Blue. HEX triplet: 25, 28 and 94. RGB value is (37,40,148). Sum of RGB (Red+Green+Blue) = 37+40+148=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #252894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252894 is #DAD76B. Grayscale: #323232. Windows color (decimal): -14341996 or 9709605. OLE color: 9709605.

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

Color convert

RGB3740148-
CMYK0.750.7300.42
HSL238.38º60%36.27%-
HSV(B)238.38º75%58.04%-
XYZ6.874.0528.44-
YUV51.41182.51117.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 148 (58.20% from 255) = 65.78%
R=16.44%
G=17.78%
B=65.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37401480.750.7300.42238.386036.27
Hex2528944B4902Aee3c24
Octal45502241131110523567444
Binary1001011010001001010010010111001001010101011101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252894; }

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

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

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

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

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

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

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

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