Html Css Color HEX #253993 Egyptian Blue

📋 copy color: '#253993'

red 37 ◦ green 57 ◦ blue 147

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

Shades of Egyptian Blue #253993

Tints of Egyptian Blue #253993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61%

R = 15.35%
G = 23.65%
B = 61%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#253993 (or 0x253993) is known color: Egyptian Blue. HEX triplet: 25, 39 and 93. RGB value is (37,57,147). Sum of RGB (Red+Green+Blue) = 37+57+147=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #253993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253993 is #DAC66C. Grayscale: #3C3C3C. Windows color (decimal): -14337645 or 9648421. OLE color: 9648421.

HSL color Cylindrical-coordinate representation of color #253993: hue angle of 229.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253993 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 57 147 -
CMYK 0.75 0.61 0 0.42
HSL 229.09º 0.6% 0.36% -
HSV(B) 229.09º 0.75% 0.58% -
XYZ 7.49 5.43 28.26 -
YUV 61.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 37 57 147 0.75 0.61 0 0.42 229.09 0.6 0.36
Hex 25 39 93 4B 3D 0 2A E5 3C 24
Octal 45 71 223 113 75 0 52 345 74 44
Binary 100101 111001 10010011 1001011 111101 0 101010 11100101 111100 100100

Color Harmonies of #253993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253993

Black with #253993

Text Example


Text Example

White with #253993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253993; }

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

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

background-color css

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

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

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

border-color css

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

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

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