#252C91

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

Shades of Egyptian Blue #252C91

Tints of Egyptian Blue #252C91

Color information

#252C91 (or 0x252C91) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2C and 91. RGB value is (37,44,145). Sum of RGB (Red+Green+Blue) = 37+44+145=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #252C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C91 is #DAD36E. Grayscale: #353535. Windows color (decimal): -14340975 or 9514021. OLE color: 9514021.

HSL color Cylindrical-coordinate representation of color #252C91: hue angle of 236.11º 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 #252C91 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3744145-
CMYK0.740.7000.43
HSL236.11º59.34%35.69%-
HSV(B)236.11º74.48%56.86%-
XYZ6.774.2427.25-
YUV53.42179.68116.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 145 (57.03% from 255) = 64.16%
R=16.37%
G=19.47%
B=64.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37441450.740.7000.43236.1159.3435.69
Hex252C914A4602Bec3b24
Octal45542211121060533547344
Binary1001011011001001000110010101000110010101111101100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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