Html Css Color HEX #253E99 Egyptian Blue

📋 copy color: '#253E99'

red 37 ◦ green 62 ◦ blue 153

#253E99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #253E99

Tints of Egyptian Blue #253E99

RGB

 RED value IS 37 (14.84% from 255) = 14.68%

 GREEN value IS 62 (24.61% from 255) = 24.6%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 14.68%
G = 24.6%
B = 60.71%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#253E99 (or 0x253E99) is known color: Egyptian Blue. HEX triplet: 25, 3E and 99. RGB value is (37,62,153). Sum of RGB (Red+Green+Blue) = 37+62+153=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #253E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253E99 is #DAC166. Grayscale: #404040. Windows color (decimal): -14336359 or 10042917. OLE color: 10042917.

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

Color convert

RGB 37 62 153 -
CMYK 0.76 0.59 0 0.4
HSL 227.07º 0.61% 0.37% -
HSV(B) 227.07º 0.76% 0.6% -
XYZ 8.24 6.14 30.89 -
YUV 64.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 37 62 153 0.76 0.59 0 0.4 227.07 0.61 0.37
Hex 25 3E 99 4C 3B 0 28 E3 3D 25
Octal 45 76 231 114 73 0 50 343 75 45
Binary 100101 111110 10011001 1001100 111011 0 101000 11100011 111101 100101

Color Harmonies of #253E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E99

Black with #253E99

Text Example


Text Example

White with #253E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253E99;
 }
 .AnyTagClassName
 {
   color: #253E99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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