Html Css Color HEX #203D9A Egyptian Blue

📋 copy color: '#203D9A'

red 32 ◦ green 61 ◦ blue 154

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

Shades of Egyptian Blue #203D9A

Tints of Egyptian Blue #203D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.35%

R = 12.96%
G = 24.7%
B = 62.35%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#203D9A (or 0x203D9A) is known color: Egyptian Blue. HEX triplet: 20, 3D and 9A. RGB value is (32,61,154). Sum of RGB (Red+Green+Blue) = 32+61+154=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #203D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D9A is #DFC265. Grayscale: #3E3E3E. Windows color (decimal): -14664294 or 10108192. OLE color: 10108192.

HSL color Cylindrical-coordinate representation of color #203D9A: hue angle of 225.74º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203D9A is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 61 154 -
CMYK 0.79 0.60 0 0.40
HSL 225.74º 0.66% 0.36% -
HSV(B) 225.74º 0.79% 0.6% -
XYZ 8.1 5.98 31.3 -
YUV 62.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 32 61 154 0.79 0.60 0 0.40 225.74 0.66 0.36
Hex 20 3D 9A 4F 3C 0 28 E2 42 24
Octal 40 75 232 117 74 0 50 342 102 44
Binary 100000 111101 10011010 1001111 111100 0 101000 11100010 1000010 100100

Color Harmonies of #203D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203D9A

Black with #203D9A

Text Example


Text Example

White with #203D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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