#253D98

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

Shades of Egyptian Blue #253D98

Tints of Egyptian Blue #253D98

Color information

#253D98 (or 0x253D98) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3D and 98. RGB value is (37,61,152). Sum of RGB (Red+Green+Blue) = 37+61+152=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #253D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D98 is #DAC267. Grayscale: #3F3F3F. Windows color (decimal): -14336616 or 9977125. OLE color: 9977125.

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

Color convert

RGB3761152-
CMYK0.760.6000.40
HSL227.48º60.85%37.06%-
HSV(B)227.48º75.66%59.61%-
XYZ8.1630.44-
YUV64.2177.55108.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=14.8%
G=24.4%
B=60.8%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37611520.760.6000.40227.4860.8537.06
Hex253D984C3C028e33d25
Octal4575230114740503437545
Binary100101111101100110001001100111100010100011100011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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