Html Css Color HEX #253799 Egyptian Blue

📋 copy color: '#253799'

red 37 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #253799

Tints of Egyptian Blue #253799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 15.1%
G = 22.45%
B = 62.45%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#253799 (or 0x253799) is known color: Egyptian Blue. HEX triplet: 25, 37 and 99. RGB value is (37,55,153). Sum of RGB (Red+Green+Blue) = 37+55+153=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #253799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253799 is #DAC866. Grayscale: #3C3C3C. Windows color (decimal): -14338151 or 10041125. OLE color: 10041125.

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

Color convert

RGB 37 55 153 -
CMYK 0.76 0.64 0 0.4
HSL 230.69º 0.61% 0.37% -
HSV(B) 230.69º 0.76% 0.6% -
XYZ 7.88 5.43 30.77 -
YUV 60.79 180.04 111.03 -
System Red Green Blue C M Y K H S L
Decimal 37 55 153 0.76 0.64 0 0.4 230.69 0.61 0.37
Hex 25 37 99 4C 40 0 28 E7 3D 25
Octal 45 67 231 114 100 0 50 347 75 45
Binary 100101 110111 10011001 1001100 1000000 0 101000 11100111 111101 100101

Color Harmonies of #253799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253799

Black with #253799

Text Example


Text Example

White with #253799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253799; }

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

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

background-color css

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

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

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

border-color css

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

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

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