#252EA2

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

Shades of Egyptian Blue #252EA2

Tints of Egyptian Blue #252EA2

Color information

#252EA2 (or 0x252EA2) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2E and A2. RGB value is (37,46,162). Sum of RGB (Red+Green+Blue) = 37+46+162=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #252EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252EA2 is #DAD15D. Grayscale: #383838. Windows color (decimal): -14340446 or 10628645. OLE color: 10628645.

HSL color Cylindrical-coordinate representation of color #252EA2: hue angle of 235.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252EA2 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3746162-
CMYK0.770.7200.36
HSL235.68º62.81%39.02%-
HSV(B)235.68º77.16%63.53%-
XYZ8.264.9634.7-
YUV56.53187.52114.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=15.10%
G=18.78%
B=66.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37461620.770.7200.36235.6862.8139.02
Hex252EA24D48024ec3f27
Octal45562421151100443547747
Binary1001011011101010001010011011001000010010011101100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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