Html Css Color HEX #203C93 Egyptian Blue

📋 copy color: '#203C93'

red 32 ◦ green 60 ◦ blue 147

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

Shades of Egyptian Blue #203C93

Tints of Egyptian Blue #203C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.1%

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

R = 13.39%
G = 25.1%
B = 61.51%

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

#203C93 (or 0x203C93) is known color: Egyptian Blue. HEX triplet: 20, 3C and 93. RGB value is (32,60,147). Sum of RGB (Red+Green+Blue) = 32+60+147=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #203C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C93 is #DFC36C. Grayscale: #3D3D3D. Windows color (decimal): -14664557 or 9649184. OLE color: 9649184.

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

Color convert

RGB 32 60 147 -
CMYK 0.78 0.59 0 0.42
HSL 225.39º 0.64% 0.35% -
HSV(B) 225.39º 0.78% 0.58% -
XYZ 7.48 5.65 28.3 -
YUV 61.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 32 60 147 0.78 0.59 0 0.42 225.39 0.64 0.35
Hex 20 3C 93 4E 3B 0 2A E1 40 23
Octal 40 74 223 116 73 0 52 341 100 43
Binary 100000 111100 10010011 1001110 111011 0 101010 11100001 1000000 100011

Color Harmonies of #203C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C93

Black with #203C93

Text Example


Text Example

White with #203C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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