#252798

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

Shades of Egyptian Blue #252798

Tints of Egyptian Blue #252798

Color information

#252798 (or 0x252798) is unknown color: approx Egyptian Blue. HEX triplet: 25, 27 and 98. RGB value is (37,39,152). Sum of RGB (Red+Green+Blue) = 37+39+152=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #252798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252798 is #DAD867. Grayscale: #323232. Windows color (decimal): -14342248 or 9971493. OLE color: 9971493.

HSL color Cylindrical-coordinate representation of color #252798: hue angle of 238.96º 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 #252798 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3739152-
CMYK0.760.7400.40
HSL238.96º60.85%37.06%-
HSV(B)238.96º75.66%59.61%-
XYZ7.164.1130.12-
YUV51.28184.84117.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 152 (59.77% from 255) = 66.67%
R=16.23%
G=17.11%
B=66.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37391520.760.7400.40238.9660.8537.06
Hex2527984C4A028ef3d25
Octal45472301141120503577545
Binary1001011001111001100010011001001010010100011101111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252798; }

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

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

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

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

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

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

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

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