Html Css Color HEX #203CA7 Egyptian Blue

📋 copy color: '#203CA7'

red 32 ◦ green 60 ◦ blue 167

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

Shades of Egyptian Blue #203CA7

Tints of Egyptian Blue #203CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.48%

R = 12.36%
G = 23.17%
B = 64.48%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#203CA7 (or 0x203CA7) is known color: Egyptian Blue. HEX triplet: 20, 3C and A7. RGB value is (32,60,167). Sum of RGB (Red+Green+Blue) = 32+60+167=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 167 (65.62% from 255 or 64.48% from 259); Max value from RGB is 167 - color contains mainly: blue. Hex color #203CA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203CA7 is #DFC358. Grayscale: #3F3F3F. Windows color (decimal): -14664537 or 10959904. OLE color: 10959904.

HSL color Cylindrical-coordinate representation of color #203CA7: hue angle of 227.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #203CA7 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 60 167 -
CMYK 0.81 0.64 0 0.35
HSL 227.56º 0.68% 0.39% -
HSV(B) 227.56º 0.81% 0.65% -
XYZ 9.19 6.33 37.3 -
YUV 63.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 32 60 167 0.81 0.64 0 0.35 227.56 0.68 0.39
Hex 20 3C A7 51 40 0 23 E4 44 27
Octal 40 74 247 121 100 0 43 344 104 47
Binary 100000 111100 10100111 1010001 1000000 0 100011 11100100 1000100 100111

Color Harmonies of #203CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CA7

Black with #203CA7

Text Example


Text Example

White with #203CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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