Html Css Color HEX #253292 Egyptian Blue

📋 copy color: '#253292'

red 37 ◦ green 50 ◦ blue 146

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

Shades of Egyptian Blue #253292

Tints of Egyptian Blue #253292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.66%

R = 15.88%
G = 21.46%
B = 62.66%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#253292 (or 0x253292) is known color: Egyptian Blue. HEX triplet: 25, 32 and 92. RGB value is (37,50,146). Sum of RGB (Red+Green+Blue) = 37+50+146=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #253292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253292 is #DACD6D. Grayscale: #383838. Windows color (decimal): -14339438 or 9581093. OLE color: 9581093.

HSL color Cylindrical-coordinate representation of color #253292: hue angle of 232.84º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253292 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 50 146 -
CMYK 0.75 0.66 0 0.43
HSL 232.84º 0.6% 0.36% -
HSV(B) 232.84º 0.75% 0.57% -
XYZ 7.09 4.75 27.74 -
YUV 57.06 178.19 113.69 -
System Red Green Blue C M Y K H S L
Decimal 37 50 146 0.75 0.66 0 0.43 232.84 0.6 0.36
Hex 25 32 92 4B 42 0 2B E9 3C 24
Octal 45 62 222 113 102 0 53 351 74 44
Binary 100101 110010 10010010 1001011 1000010 0 101011 11101001 111100 100100

Color Harmonies of #253292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253292

Black with #253292

Text Example


Text Example

White with #253292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253292; }

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

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

background-color css

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

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

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

border-color css

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

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

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