#252E98

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

Shades of Egyptian Blue #252E98

Tints of Egyptian Blue #252E98

Color information

#252E98 (or 0x252E98) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2E and 98. RGB value is (37,46,152). Sum of RGB (Red+Green+Blue) = 37+46+152=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #252E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E98 is #DAD167. Grayscale: #363636. Windows color (decimal): -14340456 or 9973285. OLE color: 9973285.

HSL color Cylindrical-coordinate representation of color #252E98: hue angle of 235.3º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252E98 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3746152-
CMYK0.760.7000.40
HSL235.3º60.85%37.06%-
HSV(B)235.3º75.66%59.61%-
XYZ7.414.6130.21-
YUV55.39182.52114.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=15.74%
G=19.57%
B=64.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37461520.760.7000.40235.360.8537.06
Hex252E984C46028eb3d25
Octal45562301141060503537545
Binary1001011011101001100010011001000110010100011101011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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