Html Css Color HEX #203DA5 Egyptian Blue

📋 copy color: '#203DA5'

red 32 ◦ green 61 ◦ blue 165

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

Shades of Egyptian Blue #203DA5

Tints of Egyptian Blue #203DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 63.95%

R = 12.4%
G = 23.64%
B = 63.95%

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

#203DA5 (or 0x203DA5) is known color: Egyptian Blue. HEX triplet: 20, 3D and A5. RGB value is (32,61,165). Sum of RGB (Red+Green+Blue) = 32+61+165=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #203DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203DA5 is #DFC25A. Grayscale: #3F3F3F. Windows color (decimal): -14664283 or 10829088. OLE color: 10829088.

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

Color convert

RGB 32 61 165 -
CMYK 0.81 0.63 0 0.35
HSL 226.92º 0.68% 0.39% -
HSV(B) 226.92º 0.81% 0.65% -
XYZ 9.06 6.36 36.35 -
YUV 64.19 184.89 105.04 -
System Red Green Blue C M Y K H S L
Decimal 32 61 165 0.81 0.63 0 0.35 226.92 0.68 0.39
Hex 20 3D A5 51 3F 0 23 E3 44 27
Octal 40 75 245 121 77 0 43 343 104 47
Binary 100000 111101 10100101 1010001 111111 0 100011 11100011 1000100 100111

Color Harmonies of #203DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DA5

Black with #203DA5

Text Example


Text Example

White with #203DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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