Html Css Color HEX #203593 Egyptian Blue

📋 copy color: '#203593'

red 32 ◦ green 53 ◦ blue 147

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

Shades of Egyptian Blue #203593

Tints of Egyptian Blue #203593

RGB

 RED value IS 32 (12.89% from 255) = 13.79%

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

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 13.79%
G = 22.84%
B = 63.36%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#203593 (or 0x203593) is known color: Egyptian Blue. HEX triplet: 20, 35 and 93. RGB value is (32,53,147). Sum of RGB (Red+Green+Blue) = 32+53+147=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #203593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203593 is #DFCA6C. Grayscale: #393939. Windows color (decimal): -14666349 or 9647392. OLE color: 9647392.

HSL color Cylindrical-coordinate representation of color #203593: hue angle of 229.04º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203593 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 53 147 -
CMYK 0.78 0.64 0 0.42
HSL 229.04º 0.64% 0.35% -
HSV(B) 229.04º 0.78% 0.58% -
XYZ 7.14 4.96 28.19 -
YUV 57.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 32 53 147 0.78 0.64 0 0.42 229.04 0.64 0.35
Hex 20 35 93 4E 40 0 2A E5 40 23
Octal 40 65 223 116 100 0 52 345 100 43
Binary 100000 110101 10010011 1001110 1000000 0 101010 11100101 1000000 100011

Color Harmonies of #203593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203593

Black with #203593

Text Example


Text Example

White with #203593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203593; }

 p { color: rgb(32,53,147); }

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

background-color css

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

 a { background-color: rgb(32,53,147); }

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

border-color css

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

 span { border-color: rgb(32,53,147); }

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