Html Css Color HEX #203391 Egyptian Blue

📋 copy color: '#203391'

red 32 ◦ green 51 ◦ blue 145

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

Shades of Egyptian Blue #203391

Tints of Egyptian Blue #203391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 145 (57.03% from 255) = 63.6%

R = 14.04%
G = 22.37%
B = 63.6%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#203391 (or 0x203391) is known color: Egyptian Blue. HEX triplet: 20, 33 and 91. RGB value is (32,51,145). Sum of RGB (Red+Green+Blue) = 32+51+145=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #203391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203391 is #DFCC6E. Grayscale: #373737. Windows color (decimal): -14666863 or 9515808. OLE color: 9515808.

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

Color convert

RGB 32 51 145 -
CMYK 0.78 0.65 0 0.43
HSL 229.91º 0.64% 0.35% -
HSV(B) 229.91º 0.78% 0.57% -
XYZ 6.89 4.72 27.34 -
YUV 56.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 32 51 145 0.78 0.65 0 0.43 229.91 0.64 0.35
Hex 20 33 91 4E 41 0 2B E6 40 23
Octal 40 63 221 116 101 0 53 346 100 43
Binary 100000 110011 10010001 1001110 1000001 0 101011 11100110 1000000 100011

Color Harmonies of #203391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203391

Black with #203391

Text Example


Text Example

White with #203391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203391; }

 p { color: rgb(32,51,145); }

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

background-color css

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

 a { background-color: rgb(32,51,145); }

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

border-color css

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

 span { border-color: rgb(32,51,145); }

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