Html Css Color HEX #206371 Allports

📋 copy color: '#206371'

red 32 ◦ green 99 ◦ blue 113

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

Shades of Allports #206371

Tints of Allports #206371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 13.11%
G = 40.57%
B = 46.31%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#206371 (or 0x206371) is known color: Allports. HEX triplet: 20, 63 and 71. RGB value is (32,99,113). Sum of RGB (Red+Green+Blue) = 32+99+113=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #206371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206371 is #DF9C8E. Grayscale: #505050. Windows color (decimal): -14654607 or 7430944. OLE color: 7430944.

HSL color Cylindrical-coordinate representation of color #206371: hue angle of 190.37º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206371 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 99 113 -
CMYK 0.72 0.12 0 0.56
HSL 190.37º 0.56% 0.28% -
HSV(B) 190.37º 0.72% 0.44% -
XYZ 8.04 10.42 17.21 -
YUV 80.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 32 99 113 0.72 0.12 0 0.56 190.37 0.56 0.28
Hex 20 63 71 48 C 0 38 BE 38 1C
Octal 40 143 161 110 14 0 70 276 70 34
Binary 100000 1100011 1110001 1001000 1100 0 111000 10111110 111000 11100

Color Harmonies of #206371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206371

Black with #206371

Text Example


Text Example

White with #206371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206371; }

 p { color: rgb(32,99,113); }

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

background-color css

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

 a { background-color: rgb(32,99,113); }

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

border-color css

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

 span { border-color: rgb(32,99,113); }

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