Html Css Color HEX #20369C Egyptian Blue

📋 copy color: '#20369C'

red 32 ◦ green 54 ◦ blue 156

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

Shades of Egyptian Blue #20369C

Tints of Egyptian Blue #20369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 13.22%
G = 22.31%
B = 64.46%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20369C (or 0x20369C) is known color: Egyptian Blue. HEX triplet: 20, 36 and 9C. RGB value is (32,54,156). Sum of RGB (Red+Green+Blue) = 32+54+156=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #20369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20369C is #DFC963. Grayscale: #3A3A3A. Windows color (decimal): -14666084 or 10237472. OLE color: 10237472.

HSL color Cylindrical-coordinate representation of color #20369C: hue angle of 229.35º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20369C is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 54 156 -
CMYK 0.79 0.65 0 0.39
HSL 229.35º 0.66% 0.37% -
HSV(B) 229.35º 0.79% 0.61% -
XYZ 7.92 5.35 32.07 -
YUV 59.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 32 54 156 0.79 0.65 0 0.39 229.35 0.66 0.37
Hex 20 36 9C 4F 41 0 27 E5 42 25
Octal 40 66 234 117 101 0 47 345 102 45
Binary 100000 110110 10011100 1001111 1000001 0 100111 11100101 1000010 100101

Color Harmonies of #20369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20369C

Black with #20369C

Text Example


Text Example

White with #20369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20369C; }

 p { color: rgb(32,54,156); }

 H1.HeaderClassName
 {
   color: #20369C;
 }
 .AnyTagClassName
 {
   color: #20369C;
 }
</style>

background-color css

<style>
 a { background-color: #20369C; }

 a { background-color: rgb(32,54,156); }

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

border-color css

<style>
 span { border-color: #20369C; }

 span { border-color: rgb(32,54,156); }

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