#253E98

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

Shades of Egyptian Blue #253E98

Tints of Egyptian Blue #253E98

Color information

#253E98 (or 0x253E98) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3E and 98. RGB value is (37,62,152). Sum of RGB (Red+Green+Blue) = 37+62+152=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #253E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253E98 is #DAC167. Grayscale: #404040. Windows color (decimal): -14336360 or 9977381. OLE color: 9977381.

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

Color convert

RGB3762152-
CMYK0.760.5900.40
HSL226.96º60.85%37.06%-
HSV(B)226.96º75.66%59.61%-
XYZ8.156.1130.45-
YUV64.78177.22108.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=14.74%
G=24.70%
B=60.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37621520.760.5900.40226.9660.8537.06
Hex253E984C3B028e33d25
Octal4576230114730503437545
Binary100101111110100110001001100111011010100011100011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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