#203DA5

Color #203DA5 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #203DA5

Tints of Egyptian Blue #203DA5

Color information

#203DA5 (or 0x203DA5) is unknown color: approx 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

RGB3261165-
CMYK0.810.6300.35
HSL226.92º67.51%38.63%-
HSV(B)226.92º80.61%64.71%-
XYZ9.066.3636.35-
YUV64.18184.89105.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.40%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 165 (64.84% from 255) = 63.95%
R=12.40%
G=23.64%
B=63.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal32611650.810.6300.35226.9267.5138.63
Hex203DA5513F023e34427
Octal40752451217704334310447
Binary1000001111011010010110100011111110100011111000111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>