#252E96

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

Shades of Egyptian Blue #252E96

Tints of Egyptian Blue #252E96

Color information

#252E96 (or 0x252E96) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2E and 96. RGB value is (37,46,150). Sum of RGB (Red+Green+Blue) = 37+46+150=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #252E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E96 is #DAD169. Grayscale: #363636. Windows color (decimal): -14340458 or 9842213. OLE color: 9842213.

HSL color Cylindrical-coordinate representation of color #252E96: hue angle of 235.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252E96 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3746150-
CMYK0.750.6900.41
HSL235.22º60.43%36.67%-
HSV(B)235.22º75.33%58.82%-
XYZ7.244.5529.35-
YUV55.16181.52115.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=15.88%
G=19.74%
B=64.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37461500.750.6900.41235.2260.4336.67
Hex252E964B45029eb3c25
Octal45562261131050513537445
Binary1001011011101001011010010111000101010100111101011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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