Html Css Color HEX #253999 Egyptian Blue

📋 copy color: '#253999'

red 37 ◦ green 57 ◦ blue 153

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

Shades of Egyptian Blue #253999

Tints of Egyptian Blue #253999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 14.98%
G = 23.08%
B = 61.94%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#253999 (or 0x253999) is known color: Egyptian Blue. HEX triplet: 25, 39 and 99. RGB value is (37,57,153). Sum of RGB (Red+Green+Blue) = 37+57+153=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #253999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253999 is #DAC666. Grayscale: #3D3D3D. Windows color (decimal): -14337639 or 10041637. OLE color: 10041637.

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

Color convert

RGB 37 57 153 -
CMYK 0.76 0.63 0 0.4
HSL 229.66º 0.61% 0.37% -
HSV(B) 229.66º 0.76% 0.6% -
XYZ 7.98 5.62 30.8 -
YUV 61.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 37 57 153 0.76 0.63 0 0.4 229.66 0.61 0.37
Hex 25 39 99 4C 3F 0 28 E6 3D 25
Octal 45 71 231 114 77 0 50 346 75 45
Binary 100101 111001 10011001 1001100 111111 0 101000 11100110 111101 100101

Color Harmonies of #253999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253999

Black with #253999

Text Example


Text Example

White with #253999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253999; }

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

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

background-color css

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

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

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

border-color css

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

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

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