Html Css Color HEX #253297 Egyptian Blue

📋 copy color: '#253297'

red 37 ◦ green 50 ◦ blue 151

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

Shades of Egyptian Blue #253297

Tints of Egyptian Blue #253297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

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

R = 15.55%
G = 21.01%
B = 63.45%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#253297 (or 0x253297) is known color: Egyptian Blue. HEX triplet: 25, 32 and 97. RGB value is (37,50,151). Sum of RGB (Red+Green+Blue) = 37+50+151=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #253297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253297 is #DACD68. Grayscale: #393939. Windows color (decimal): -14339433 or 9908773. OLE color: 9908773.

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

Color convert

RGB 37 50 151 -
CMYK 0.75 0.67 0 0.41
HSL 233.16º 0.61% 0.37% -
HSV(B) 233.16º 0.75% 0.59% -
XYZ 7.49 4.91 29.83 -
YUV 57.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 37 50 151 0.75 0.67 0 0.41 233.16 0.61 0.37
Hex 25 32 97 4B 43 0 29 E9 3D 25
Octal 45 62 227 113 103 0 51 351 75 45
Binary 100101 110010 10010111 1001011 1000011 0 101001 11101001 111101 100101

Color Harmonies of #253297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253297

Black with #253297

Text Example


Text Example

White with #253297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253297; }

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

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

background-color css

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

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

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

border-color css

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

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

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