Html Css Color HEX #252894 Egyptian Blue

📋 copy color: '#252894'

red 37 ◦ green 40 ◦ blue 148

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

Shades of Egyptian Blue #252894

Tints of Egyptian Blue #252894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.78%

R = 16.44%
G = 17.78%
B = 65.78%

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

#252894 (or 0x252894) is known color: Egyptian Blue. HEX triplet: 25, 28 and 94. RGB value is (37,40,148). Sum of RGB (Red+Green+Blue) = 37+40+148=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #252894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252894 is #DAD76B. Grayscale: #323232. Windows color (decimal): -14341996 or 9709605. OLE color: 9709605.

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

Color convert

RGB 37 40 148 -
CMYK 0.75 0.73 0 0.42
HSL 238.38º 0.6% 0.36% -
HSV(B) 238.38º 0.75% 0.58% -
XYZ 6.87 4.05 28.44 -
YUV 51.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 37 40 148 0.75 0.73 0 0.42 238.38 0.6 0.36
Hex 25 28 94 4B 49 0 2A EE 3C 24
Octal 45 50 224 113 111 0 52 356 74 44
Binary 100101 101000 10010100 1001011 1001001 0 101010 11101110 111100 100100

Color Harmonies of #252894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252894

Black with #252894

Text Example


Text Example

White with #252894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252894; }

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

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

background-color css

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

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

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

border-color css

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

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

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