Html Css Color HEX #252997 Egyptian Blue

📋 copy color: '#252997'

red 37 ◦ green 41 ◦ blue 151

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

Shades of Egyptian Blue #252997

Tints of Egyptian Blue #252997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 151 (59.38% from 255) = 65.94%

R = 16.16%
G = 17.9%
B = 65.94%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#252997 (or 0x252997) is known color: Egyptian Blue. HEX triplet: 25, 29 and 97. RGB value is (37,41,151). Sum of RGB (Red+Green+Blue) = 37+41+151=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #252997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252997 is #DAD668. Grayscale: #333333. Windows color (decimal): -14341737 or 9906469. OLE color: 9906469.

HSL color Cylindrical-coordinate representation of color #252997: hue angle of 237.89º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252997 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 41 151 -
CMYK 0.75 0.73 0 0.41
HSL 237.89º 0.61% 0.37% -
HSV(B) 237.89º 0.75% 0.59% -
XYZ 7.14 4.21 29.72 -
YUV 52.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 37 41 151 0.75 0.73 0 0.41 237.89 0.61 0.37
Hex 25 29 97 4B 49 0 29 EE 3D 25
Octal 45 51 227 113 111 0 51 356 75 45
Binary 100101 101001 10010111 1001011 1001001 0 101001 11101110 111101 100101

Color Harmonies of #252997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252997

Black with #252997

Text Example


Text Example

White with #252997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252997; }

 p { color: rgb(37,41,151); }

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

background-color css

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

 a { background-color: rgb(37,41,151); }

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

border-color css

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

 span { border-color: rgb(37,41,151); }

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