Html Css Color HEX #203CA0 Egyptian Blue

📋 copy color: '#203CA0'

red 32 ◦ green 60 ◦ blue 160

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

Shades of Egyptian Blue #203CA0

Tints of Egyptian Blue #203CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 63.49%

R = 12.7%
G = 23.81%
B = 63.49%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#203CA0 (or 0x203CA0) is known color: Egyptian Blue. HEX triplet: 20, 3C and A0. RGB value is (32,60,160). Sum of RGB (Red+Green+Blue) = 32+60+160=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 160 (62.89% from 255 or 63.49% from 252); Max value from RGB is 160 - color contains mainly: blue. Hex color #203CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203CA0 is #DFC35F. Grayscale: #3E3E3E. Windows color (decimal): -14664544 or 10501152. OLE color: 10501152.

HSL color Cylindrical-coordinate representation of color #203CA0: hue angle of 226.88º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #203CA0 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 32 60 160 -
CMYK 0.80 0.62 0 0.37
HSL 226.88º 0.67% 0.38% -
HSV(B) 226.88º 0.8% 0.63% -
XYZ 8.56 6.08 33.98 -
YUV 63.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 32 60 160 0.80 0.62 0 0.37 226.88 0.67 0.38
Hex 20 3C A0 50 3E 0 25 E3 43 26
Octal 40 74 240 120 76 0 45 343 103 46
Binary 100000 111100 10100000 1010000 111110 0 100101 11100011 1000011 100110

Color Harmonies of #203CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CA0

Black with #203CA0

Text Example


Text Example

White with #203CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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