Html Css Color HEX #20389A Egyptian Blue

📋 copy color: '#20389A'

red 32 ◦ green 56 ◦ blue 154

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

Shades of Egyptian Blue #20389A

Tints of Egyptian Blue #20389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

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

R = 13.22%
G = 23.14%
B = 63.64%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20389A (or 0x20389A) is known color: Egyptian Blue. HEX triplet: 20, 38 and 9A. RGB value is (32,56,154). Sum of RGB (Red+Green+Blue) = 32+56+154=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #20389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20389A is #DFC765. Grayscale: #3B3B3B. Windows color (decimal): -14665574 or 10106912. OLE color: 10106912.

HSL color Cylindrical-coordinate representation of color #20389A: hue angle of 228.2º 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 #20389A is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 56 154 -
CMYK 0.79 0.64 0 0.40
HSL 228.2º 0.66% 0.36% -
HSV(B) 228.2º 0.79% 0.6% -
XYZ 7.84 5.47 31.21 -
YUV 60 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 32 56 154 0.79 0.64 0 0.40 228.2 0.66 0.36
Hex 20 38 9A 4F 40 0 28 E4 42 24
Octal 40 70 232 117 100 0 50 344 102 44
Binary 100000 111000 10011010 1001111 1000000 0 101000 11100100 1000010 100100

Color Harmonies of #20389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20389A

Black with #20389A

Text Example


Text Example

White with #20389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20389A; }

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

 H1.HeaderClassName
 {
   color: #20389A;
 }
 .AnyTagClassName
 {
   color: #20389A;
 }
</style>

background-color css

<style>
 a { background-color: #20389A; }

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

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

border-color css

<style>
 span { border-color: #20389A; }

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

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