Html Css Color HEX #203DA6 Egyptian Blue

📋 copy color: '#203DA6'

red 32 ◦ green 61 ◦ blue 166

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

Shades of Egyptian Blue #203DA6

Tints of Egyptian Blue #203DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 64.09%

R = 12.36%
G = 23.55%
B = 64.09%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#203DA6 (or 0x203DA6) is known color: Egyptian Blue. HEX triplet: 20, 3D and A6. RGB value is (32,61,166). Sum of RGB (Red+Green+Blue) = 32+61+166=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 166 (65.23% from 255 or 64.09% from 259); Max value from RGB is 166 - color contains mainly: blue. Hex color #203DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203DA6 is #DFC259. Grayscale: #3F3F3F. Windows color (decimal): -14664282 or 10894624. OLE color: 10894624.

HSL color Cylindrical-coordinate representation of color #203DA6: hue angle of 227.01º 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 #203DA6 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 61 166 -
CMYK 0.81 0.63 0 0.35
HSL 227.01º 0.68% 0.39% -
HSV(B) 227.01º 0.81% 0.65% -
XYZ 9.15 6.4 36.83 -
YUV 64.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 32 61 166 0.81 0.63 0 0.35 227.01 0.68 0.39
Hex 20 3D A6 51 3F 0 23 E3 44 27
Octal 40 75 246 121 77 0 43 343 104 47
Binary 100000 111101 10100110 1010001 111111 0 100011 11100011 1000100 100111

Color Harmonies of #203DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DA6

Black with #203DA6

Text Example


Text Example

White with #203DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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