Html Css Color HEX #203D91 Egyptian Blue

📋 copy color: '#203D91'

red 32 ◦ green 61 ◦ blue 145

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

Shades of Egyptian Blue #203D91

Tints of Egyptian Blue #203D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.63%

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

R = 13.45%
G = 25.63%
B = 60.92%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#203D91 (or 0x203D91) is known color: Egyptian Blue. HEX triplet: 20, 3D and 91. RGB value is (32,61,145). Sum of RGB (Red+Green+Blue) = 32+61+145=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #203D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D91 is #DFC26E. Grayscale: #3D3D3D. Windows color (decimal): -14664303 or 9518368. OLE color: 9518368.

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

Color convert

RGB 32 61 145 -
CMYK 0.78 0.58 0 0.43
HSL 224.6º 0.64% 0.35% -
HSV(B) 224.6º 0.78% 0.57% -
XYZ 7.38 5.69 27.5 -
YUV 61.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 32 61 145 0.78 0.58 0 0.43 224.6 0.64 0.35
Hex 20 3D 91 4E 3A 0 2B E1 40 23
Octal 40 75 221 116 72 0 53 341 100 43
Binary 100000 111101 10010001 1001110 111010 0 101011 11100001 1000000 100011

Color Harmonies of #203D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203D91

Black with #203D91

Text Example


Text Example

White with #203D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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