#252FA6

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

Shades of Egyptian Blue #252FA6

Tints of Egyptian Blue #252FA6

Color information

#252FA6 (or 0x252FA6) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2F and A6. RGB value is (37,47,166). Sum of RGB (Red+Green+Blue) = 37+47+166=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 166 (65.23% from 255 or 66.4% from 250); Max value from RGB is 166 - color contains mainly: blue. Hex color #252FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252FA6 is #DAD059. Grayscale: #393939. Windows color (decimal): -14340186 or 10891045. OLE color: 10891045.

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

Color convert

RGB3747166-
CMYK0.780.7200.35
HSL235.35º63.55%39.8%-
HSV(B)235.35º77.71%65.1%-
XYZ8.665.1836.62-
YUV57.58189.19113.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 166 (65.23% from 255) = 66.4%
R=14.8%
G=18.8%
B=66.4%

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
Decimal37471660.780.7200.35235.3563.5539.8
Hex252FA64E48023eb4028
Octal455724611611004335310050
Binary10010110111110100110100111010010000100011111010111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,166); }

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

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

 a { background-color: rgb(37,47,166); }

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

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

 span { border-color: rgb(37,47,166); }

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