#252A91

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

Shades of Egyptian Blue #252A91

Tints of Egyptian Blue #252A91

Color information

#252A91 (or 0x252A91) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2A and 91. RGB value is (37,42,145). Sum of RGB (Red+Green+Blue) = 37+42+145=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #252A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A91 is #DAD56E. Grayscale: #333333. Windows color (decimal): -14341487 or 9513509. OLE color: 9513509.

HSL color Cylindrical-coordinate representation of color #252A91: hue angle of 237.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252A91 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3742145-
CMYK0.740.7100.43
HSL237.22º59.34%35.69%-
HSV(B)237.22º74.48%56.86%-
XYZ6.74.0927.22-
YUV52.25180.34117.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 145 (57.03% from 255) = 64.73%
R=16.52%
G=18.75%
B=64.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37421450.740.7100.43237.2259.3435.69
Hex252A914A4702Bed3b24
Octal45522211121070533557344
Binary1001011010101001000110010101000111010101111101101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A91; }

 p { color: rgb(37,42,145); }

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

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

 a { background-color: rgb(37,42,145); }

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

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

 span { border-color: rgb(37,42,145); }

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