Html Css Color HEX #253196 Egyptian Blue

📋 copy color: '#253196'

red 37 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #253196

Tints of Egyptian Blue #253196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 150 (58.98% from 255) = 63.56%

R = 15.68%
G = 20.76%
B = 63.56%

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

#253196 (or 0x253196) is known color: Egyptian Blue. HEX triplet: 25, 31 and 96. RGB value is (37,49,150). Sum of RGB (Red+Green+Blue) = 37+49+150=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #253196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253196 is #DACE69. Grayscale: #383838. Windows color (decimal): -14339690 or 9842981. OLE color: 9842981.

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

Color convert

RGB 37 49 150 -
CMYK 0.75 0.67 0 0.41
HSL 233.63º 0.6% 0.37% -
HSV(B) 233.63º 0.75% 0.59% -
XYZ 7.37 4.79 29.39 -
YUV 56.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 37 49 150 0.75 0.67 0 0.41 233.63 0.6 0.37
Hex 25 31 96 4B 43 0 29 EA 3C 25
Octal 45 61 226 113 103 0 51 352 74 45
Binary 100101 110001 10010110 1001011 1000011 0 101001 11101010 111100 100101

Color Harmonies of #253196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253196

Black with #253196

Text Example


Text Example

White with #253196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253196; }

 p { color: rgb(37,49,150); }

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

background-color css

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

 a { background-color: rgb(37,49,150); }

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

border-color css

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

 span { border-color: rgb(37,49,150); }

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