#252E9F

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

Shades of Egyptian Blue #252E9F

Tints of Egyptian Blue #252E9F

Color information

#252E9F (or 0x252E9F) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2E and 9F. RGB value is (37,46,159). Sum of RGB (Red+Green+Blue) = 37+46+159=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #252E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E9F is #DAD160. Grayscale: #373737. Windows color (decimal): -14340449 or 10432037. OLE color: 10432037.

HSL color Cylindrical-coordinate representation of color #252E9F: hue angle of 235.57º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252E9F is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3746159-
CMYK0.770.7100.38
HSL235.57º62.24%38.43%-
HSV(B)235.57º76.73%62.35%-
XYZ84.8533.32-
YUV56.19186.02114.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=15.29%
G=19.01%
B=65.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37461590.770.7100.38235.5762.2438.43
Hex252E9F4D47026ec3e26
Octal45562371151070463547646
Binary1001011011101001111110011011000111010011011101100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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