Html Css Color HEX #203D93 Egyptian Blue

📋 copy color: '#203D93'

red 32 ◦ green 61 ◦ blue 147

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

Shades of Egyptian Blue #203D93

Tints of Egyptian Blue #203D93

RGB

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

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

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

R = 13.33%
G = 25.42%
B = 61.25%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#203D93 (or 0x203D93) is known color: Egyptian Blue. HEX triplet: 20, 3D and 93. RGB value is (32,61,147). Sum of RGB (Red+Green+Blue) = 32+61+147=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #203D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D93 is #DFC26C. Grayscale: #3D3D3D. Windows color (decimal): -14664301 or 9649440. OLE color: 9649440.

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

Color convert

RGB 32 61 147 -
CMYK 0.78 0.59 0 0.42
HSL 224.87º 0.64% 0.35% -
HSV(B) 224.87º 0.78% 0.58% -
XYZ 7.53 5.75 28.32 -
YUV 62.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 32 61 147 0.78 0.59 0 0.42 224.87 0.64 0.35
Hex 20 3D 93 4E 3B 0 2A E1 40 23
Octal 40 75 223 116 73 0 52 341 100 43
Binary 100000 111101 10010011 1001110 111011 0 101010 11100001 1000000 100011

Color Harmonies of #203D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203D93

Black with #203D93

Text Example


Text Example

White with #203D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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