Html Css Color HEX #203591 Egyptian Blue

📋 copy color: '#203591'

red 32 ◦ green 53 ◦ blue 145

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

Shades of Egyptian Blue #203591

Tints of Egyptian Blue #203591

RGB

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

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

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

R = 13.91%
G = 23.04%
B = 63.04%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#203591 (or 0x203591) is known color: Egyptian Blue. HEX triplet: 20, 35 and 91. RGB value is (32,53,145). Sum of RGB (Red+Green+Blue) = 32+53+145=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #203591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203591 is #DFCA6E. Grayscale: #383838. Windows color (decimal): -14666351 or 9516320. OLE color: 9516320.

HSL color Cylindrical-coordinate representation of color #203591: hue angle of 228.85º 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 #203591 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 53 145 -
CMYK 0.78 0.63 0 0.43
HSL 228.85º 0.64% 0.35% -
HSV(B) 228.85º 0.78% 0.57% -
XYZ 6.98 4.9 27.37 -
YUV 57.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 32 53 145 0.78 0.63 0 0.43 228.85 0.64 0.35
Hex 20 35 91 4E 3F 0 2B E5 40 23
Octal 40 65 221 116 77 0 53 345 100 43
Binary 100000 110101 10010001 1001110 111111 0 101011 11100101 1000000 100011

Color Harmonies of #203591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203591

Black with #203591

Text Example


Text Example

White with #203591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203591; }

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

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

background-color css

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

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

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

border-color css

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

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

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