#252EA5

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

Shades of Egyptian Blue #252EA5

Tints of Egyptian Blue #252EA5

Color information

#252EA5 (or 0x252EA5) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2E and A5. RGB value is (37,46,165). Sum of RGB (Red+Green+Blue) = 37+46+165=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 165 (64.84% from 255 or 66.53% from 248); Max value from RGB is 165 - color contains mainly: blue. Hex color #252EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252EA5 is #DAD15A. Grayscale: #383838. Windows color (decimal): -14340443 or 10825253. OLE color: 10825253.

HSL color Cylindrical-coordinate representation of color #252EA5: hue angle of 235.78º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252EA5 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3746165-
CMYK0.780.7200.35
HSL235.78º63.37%39.61%-
HSV(B)235.78º77.58%64.71%-
XYZ8.535.0636.13-
YUV56.88189.02113.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 165 (64.84% from 255) = 66.53%
R=14.92%
G=18.55%
B=66.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37461650.780.7200.35235.7863.3739.61
Hex252EA54E48023ec3f28
Octal45562451161100433547750
Binary1001011011101010010110011101001000010001111101100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,165); }

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

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

 a { background-color: rgb(37,46,165); }

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

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

 span { border-color: rgb(37,46,165); }

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