Html Css Color HEX #253893 Egyptian Blue

📋 copy color: '#253893'

red 37 ◦ green 56 ◦ blue 147

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

Shades of Egyptian Blue #253893

Tints of Egyptian Blue #253893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

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

R = 15.42%
G = 23.33%
B = 61.25%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#253893 (or 0x253893) is known color: Egyptian Blue. HEX triplet: 25, 38 and 93. RGB value is (37,56,147). Sum of RGB (Red+Green+Blue) = 37+56+147=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #253893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253893 is #DAC76C. Grayscale: #3C3C3C. Windows color (decimal): -14337901 or 9648165. OLE color: 9648165.

HSL color Cylindrical-coordinate representation of color #253893: hue angle of 229.64º 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 #253893 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 56 147 -
CMYK 0.75 0.62 0 0.42
HSL 229.64º 0.6% 0.36% -
HSV(B) 229.64º 0.75% 0.58% -
XYZ 7.44 5.33 28.24 -
YUV 60.69 176.71 111.1 -
System Red Green Blue C M Y K H S L
Decimal 37 56 147 0.75 0.62 0 0.42 229.64 0.6 0.36
Hex 25 38 93 4B 3E 0 2A E6 3C 24
Octal 45 70 223 113 76 0 52 346 74 44
Binary 100101 111000 10010011 1001011 111110 0 101010 11100110 111100 100100

Color Harmonies of #253893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253893

Black with #253893

Text Example


Text Example

White with #253893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253893; }

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

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

background-color css

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

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

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

border-color css

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

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

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