Html Css Color HEX #20708C Allports

📋 copy color: '#20708C'

red 32 ◦ green 112 ◦ blue 140

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

Shades of Allports #20708C

Tints of Allports #20708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 11.27%
G = 39.44%
B = 49.3%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20708C (or 0x20708C) is known color: Allports. HEX triplet: 20, 70 and 8C. RGB value is (32,112,140). Sum of RGB (Red+Green+Blue) = 32+112+140=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #20708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20708C is #DF8F73. Grayscale: #5B5B5B. Windows color (decimal): -14651252 or 9203744. OLE color: 9203744.

HSL color Cylindrical-coordinate representation of color #20708C: hue angle of 195.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20708C is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 112 140 -
CMYK 0.77 0.20 0 0.45
HSL 195.56º 0.63% 0.34% -
HSV(B) 195.56º 0.77% 0.55% -
XYZ 11.12 13.79 26.89 -
YUV 91.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 32 112 140 0.77 0.20 0 0.45 195.56 0.63 0.34
Hex 20 70 8C 4D 14 0 2D C4 3F 22
Octal 40 160 214 115 24 0 55 304 77 42
Binary 100000 1110000 10001100 1001101 10100 0 101101 11000100 111111 100010

Color Harmonies of #20708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20708C

Black with #20708C

Text Example


Text Example

White with #20708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,112,140); }

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

background-color css

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

 a { background-color: rgb(32,112,140); }

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

border-color css

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

 span { border-color: rgb(32,112,140); }

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