Html Css Color HEX #252893 Egyptian Blue

📋 copy color: '#252893'

red 37 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #252893

Tints of Egyptian Blue #252893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

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

R = 16.52%
G = 17.86%
B = 65.63%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252893 (or 0x252893) is known color: Egyptian Blue. HEX triplet: 25, 28 and 93. RGB value is (37,40,147). Sum of RGB (Red+Green+Blue) = 37+40+147=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #252893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252893 is #DAD76C. Grayscale: #323232. Windows color (decimal): -14341997 or 9644069. OLE color: 9644069.

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

Color convert

RGB 37 40 147 -
CMYK 0.75 0.73 0 0.42
HSL 238.36º 0.6% 0.36% -
HSV(B) 238.36º 0.75% 0.58% -
XYZ 6.79 4.02 28.02 -
YUV 51.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 37 40 147 0.75 0.73 0 0.42 238.36 0.6 0.36
Hex 25 28 93 4B 49 0 2A EE 3C 24
Octal 45 50 223 113 111 0 52 356 74 44
Binary 100101 101000 10010011 1001011 1001001 0 101010 11101110 111100 100100

Color Harmonies of #252893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252893

Black with #252893

Text Example


Text Example

White with #252893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252893; }

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

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

background-color css

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

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

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

border-color css

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

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

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