Html Css Color HEX #253597 Egyptian Blue

📋 copy color: '#253597'

red 37 ◦ green 53 ◦ blue 151

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

Shades of Egyptian Blue #253597

Tints of Egyptian Blue #253597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 15.35%
G = 21.99%
B = 62.66%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#253597 (or 0x253597) is known color: Egyptian Blue. HEX triplet: 25, 35 and 97. RGB value is (37,53,151). Sum of RGB (Red+Green+Blue) = 37+53+151=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #253597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253597 is #DACA68. Grayscale: #3A3A3A. Windows color (decimal): -14338665 or 9909541. OLE color: 9909541.

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

Color convert

RGB 37 53 151 -
CMYK 0.75 0.65 0 0.41
HSL 231.58º 0.61% 0.37% -
HSV(B) 231.58º 0.75% 0.59% -
XYZ 7.62 5.17 29.88 -
YUV 59.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 37 53 151 0.75 0.65 0 0.41 231.58 0.61 0.37
Hex 25 35 97 4B 41 0 29 E8 3D 25
Octal 45 65 227 113 101 0 51 350 75 45
Binary 100101 110101 10010111 1001011 1000001 0 101001 11101000 111101 100101

Color Harmonies of #253597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253597

Black with #253597

Text Example


Text Example

White with #253597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253597; }

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

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

background-color css

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

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

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

border-color css

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

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

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