#252DA5

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

Shades of Egyptian Blue #252DA5

Tints of Egyptian Blue #252DA5

Color information

#252DA5 (or 0x252DA5) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2D and A5. RGB value is (37,45,165). Sum of RGB (Red+Green+Blue) = 37+45+165=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #252DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252DA5 is #DAD25A. Grayscale: #373737. Windows color (decimal): -14340699 or 10824997. OLE color: 10824997.

HSL color Cylindrical-coordinate representation of color #252DA5: hue angle of 236.25º 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 #252DA5 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3745165-
CMYK0.780.7300.35
HSL236.25º63.37%39.61%-
HSV(B)236.25º77.58%64.71%-
XYZ8.494.9936.11-
YUV56.29189.35114.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 165 (64.84% from 255) = 66.80%
R=14.98%
G=18.22%
B=66.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37451650.780.7300.35236.2563.3739.61
Hex252DA54E49023ec3f28
Octal45552451161110433547750
Binary1001011011011010010110011101001001010001111101100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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