#253B98

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

Shades of Egyptian Blue #253B98

Tints of Egyptian Blue #253B98

Color information

#253B98 (or 0x253B98) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3B and 98. RGB value is (37,59,152). Sum of RGB (Red+Green+Blue) = 37+59+152=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #253B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B98 is #DAC467. Grayscale: #3E3E3E. Windows color (decimal): -14337128 or 9976613. OLE color: 9976613.

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

Color convert

RGB3759152-
CMYK0.760.6100.40
HSL228.52º60.85%37.06%-
HSV(B)228.52º75.66%59.61%-
XYZ7.995.7930.4-
YUV63.02178.21109.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 152 (59.77% from 255) = 61.29%
R=14.92%
G=23.79%
B=61.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37591520.760.6100.40228.5260.8537.06
Hex253B984C3D028e53d25
Octal4573230114750503457545
Binary100101111011100110001001100111101010100011100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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