Html Css Color HEX #20688A Allports

📋 copy color: '#20688A'

red 32 ◦ green 104 ◦ blue 138

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

Shades of Allports #20688A

Tints of Allports #20688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 11.68%
G = 37.96%
B = 50.36%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20688A (or 0x20688A) is known color: Allports. HEX triplet: 20, 68 and 8A. RGB value is (32,104,138). Sum of RGB (Red+Green+Blue) = 32+104+138=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #20688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20688A is #DF9775. Grayscale: #565656. Windows color (decimal): -14653302 or 9070624. OLE color: 9070624.

HSL color Cylindrical-coordinate representation of color #20688A: hue angle of 199.25º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20688A is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 104 138 -
CMYK 0.77 0.25 0 0.46
HSL 199.25º 0.62% 0.33% -
HSV(B) 199.25º 0.77% 0.54% -
XYZ 10.13 12.04 25.84 -
YUV 86.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 32 104 138 0.77 0.25 0 0.46 199.25 0.62 0.33
Hex 20 68 8A 4D 19 0 2E C7 3E 21
Octal 40 150 212 115 31 0 56 307 76 41
Binary 100000 1101000 10001010 1001101 11001 0 101110 11000111 111110 100001

Color Harmonies of #20688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20688A

Black with #20688A

Text Example


Text Example

White with #20688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,104,138); }

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

background-color css

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

 a { background-color: rgb(32,104,138); }

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

border-color css

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

 span { border-color: rgb(32,104,138); }

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